wt-better commented on code in PR #665:
URL:
https://github.com/apache/incubator-seata-go/pull/665#discussion_r1527157247
##########
pkg/remoting/processor/client/client_heart_beat_processon.go:
##########
@@ -38,5 +38,9 @@ func (f *clientHeartBeatProcessor) Process(ctx
context.Context, rpcMessage messa
log.Debug("received PONG from {}", ctx)
}
}
+ msgFuture :=
getty.GetGettyRemotingInstance().GetMessageFuture(rpcMessage.ID)
Review Comment:
use defer or better?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]