luky116 commented on code in PR #648: URL: https://github.com/apache/incubator-seata-go/pull/648#discussion_r1477045126
########## pkg/remoting/processor/client/client_heart_beat_processon.go: ########## @@ -38,5 +38,11 @@ func (f *clientHeartBeatProcessor) Process(ctx context.Context, rpcMessage messa log.Debug("received PONG from {}", ctx) } } + msgFuture := getty.GetGettyRemotingInstance().GetMessageFuture(rpcMessage.ID) + if msgFuture != nil { + // 心跳消息目前没有处理逻辑,所以这里不能notify,否则会导致msgFuture.Done阻塞 Review Comment: 把中文去了 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org For additional commands, e-mail: dev-h...@seata.apache.org