kandersen82 opened a new pull request, #135:
URL: https://github.com/apache/pulsar-dotpulsar/pull/135

   Fixes Producer hang issue on reconnect
   
   # Description
   
   When disconnecting the semaphore preventing multiple NextItem() calls on 
AsyncQueueWithCursor was not properly released causing the next call on 
reconnect to wait forever.
   
   # Regression
   
   This fixes a problem introduced in 2.8.0, when the producer send logic was 
rewritten.
   
   # Testing
   
   Manual testing has been performed, but no integration tests are in place. I 
am not sure how we could implement an integration test for this.


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