You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/12/21 13:29:56 UTC

[GitHub] [rocketmq-client-go] yuanmoon edited a comment on issue #721: feat: use sendMsgTimeout option for sendSync

yuanmoon edited a comment on issue #721:
URL: https://github.com/apache/rocketmq-client-go/issues/721#issuecomment-998780708


   Many similar places can be found through global code search. Mainly involves the calling cases of the following two functions.
   https://github.com/apache/rocketmq-client-go/blob/82dcf51c7c9bcec25a29e9617da61089db44b16d/internal/client.go#L141-L142
   https://github.com/apache/rocketmq-client-go/blob/82dcf51c7c9bcec25a29e9617da61089db44b16d/internal/client.go#L145-L146
   
   If I want to fix this issue and optimize code, I‘m not sure that it's necessary or not to have a unified standard of request timeout and set different default values ​​according to different usage cases.


-- 
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-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org