merlimat opened a new pull request, #15726: URL: https://github.com/apache/pulsar/pull/15726
### Motivation All the blocking operations on the C++ client are currently not unblocked when the producer/consumer/client are closed. ### Modifications Introduced new error `ResultInterrupted` which is triggered when client is closed while we're waiting on some conditions. -- 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]
