wolfstudy opened a new issue #636: URL: https://github.com/apache/pulsar-client-go/issues/636
#### Expected behavior When a request error occurs, expect the pendingRequest resource to be shut down normally #### Actual behavior When we clean up the cache resources of the producer or consumer on the client side, in fact we need to clean up the corresponding pendingRequest resources at the same time, otherwise it may cause resource leakage #### Steps to reproduce For more detailed information, refer to https://github.com/apache/pulsar-client-go/pull/622 -- 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]
