zwb1234567 opened a new issue, #784:
URL: https://github.com/apache/pulsar-client-go/issues/784

   #### Expected behavior
   if send flow failed the  availablePermits should not be set to 0
   Tell us what should happen
   if  send flow  failed  availablePermits  should continue to add, then the 
next  time we continue send flow , but  now, we  set availablePermits to 0, the 
next time we will not send flow, because  conditions not satisfied, it maybe 
never send flow, then the 'select'  will have no satisfied 'case',  the process 
stuck.
   #### Actual behavior
   <img width="1352" alt="image" 
src="https://user-images.githubusercontent.com/67185824/172136660-2649b703-fa8c-4c95-863e-7c5aaefcbd6c.png";>
   Tell us what happens instead
   
   #### Steps to reproduce
   
   How can we reproduce the issue
   I think we should  set availablePermits to 0 ,when send flow  success.
   #### System configuration
   **Pulsar version**: x.y
   


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