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

   Fixes #1057 
   
   ### Motivation
   
   `dataChan` is introduced by #1029  to fix the problem of reconnectToBroker. 
But it missed that if a flush operation excuted, there may still be some 
messages in `dataChan`. And these messages can't be flushed.
   
   ### Modifications
   
   - Fix the producer flush opertion is not guarantee to flush all messages
   
   ### Verifying this change
   
   - [x] Make sure that the change passes the CI checks.
   


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