You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/07/17 04:14:51 UTC

[GitHub] [pulsar-client-go] LvBay opened a new pull request #326: Fix producer block

LvBay opened a new pull request #326:
URL: https://github.com/apache/pulsar-client-go/pull/326


   When the client creates a producer and a consumer with the same id, then the consumer processing handleCloseConsumer() will cause the producer with the same id to be unable to handle handleSendReceipt() and handleCloseProducer() in the future. The most direct impact is the Send() method Will always block.


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

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



[GitHub] [pulsar-client-go] LvBay commented on pull request #326: Fix producer block

Posted by GitBox <gi...@apache.org>.
LvBay commented on pull request #326:
URL: https://github.com/apache/pulsar-client-go/pull/326#issuecomment-660457539


   @merlimat @wolfstudy 
   Please look 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.

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



[GitHub] [pulsar-client-go] merlimat merged pull request #326: Fix producer block

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #326:
URL: https://github.com/apache/pulsar-client-go/pull/326


   


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

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