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 2022/04/20 12:15:01 UTC

[GitHub] [rocketmq-client-go] WJL3333 opened a new pull request, #816: fix long time block when remote endpoint crash.

WJL3333 opened a new pull request, #816:
URL: https://github.com/apache/rocketmq-client-go/pull/816

   1. add tcp conn write and read deadline to avoid long time block socket ops when remote endpoint crash.
   
   2. enable tcp keep alive.
   
   


-- 
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


[GitHub] [rocketmq-client-go] xujianhai666 merged pull request #816: fix long time block when remote endpoint crash.

Posted by GitBox <gi...@apache.org>.
xujianhai666 merged PR #816:
URL: https://github.com/apache/rocketmq-client-go/pull/816


-- 
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


[GitHub] [rocketmq-client-go] WJL3333 commented on pull request #816: fix long time block when remote endpoint crash.

Posted by GitBox <gi...@apache.org>.
WJL3333 commented on PR #816:
URL: https://github.com/apache/rocketmq-client-go/pull/816#issuecomment-1103980363

   just add common use case of golang net programming 
   
   see https://github.com/gorilla/websocket/pull/763/files
   


-- 
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


[GitHub] [rocketmq-client-go] WJL3333 commented on pull request #816: fix long time block when remote endpoint crash.

Posted by GitBox <gi...@apache.org>.
WJL3333 commented on PR #816:
URL: https://github.com/apache/rocketmq-client-go/pull/816#issuecomment-1104829947

   @guyinyou @Git-Yang @maixiaohai can you take a look?


-- 
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


[GitHub] [rocketmq-client-go] guyinyou commented on pull request #816: fix long time block when remote endpoint crash.

Posted by GitBox <gi...@apache.org>.
guyinyou commented on PR #816:
URL: https://github.com/apache/rocketmq-client-go/pull/816#issuecomment-1105060266

   look good to me 👍


-- 
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


[GitHub] [rocketmq-client-go] WJL3333 commented on pull request #816: fix long time block when remote endpoint crash.

Posted by GitBox <gi...@apache.org>.
WJL3333 commented on PR #816:
URL: https://github.com/apache/rocketmq-client-go/pull/816#issuecomment-1106018584

   @ShannonDing @cserwen @xujianhai666 can you take a look?
   


-- 
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