Gilthoniel opened a new pull request, #1273:
URL: https://github.com/apache/pulsar-client-go/pull/1273

   
   Fixes #1272 
   
   ### Motivation
   
   Producers and consumers register themselves to the connection to be notified 
when it gets closed. Even though the callback push the events in a channel, it 
can get stuck and the connection pool is locked which prevents any other caller 
to get a connection.
   
   ### Modifications
   
   This PR makes sure that the callback never blocks.
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   *(Please pick either of the following options)*
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   ### Does this pull request potentially affect one of the following parts: 
none
   


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

Reply via email to