Gilthoniel opened a new issue, #1218: URL: https://github.com/apache/pulsar-client-go/issues/1218
#### Expected behavior After closing a reader, I would expect the `Next` function to return an error that the reader is closed. #### Actual behavior It blocks forever. #### Steps to reproduce Close the reader then call the `Next`, it will not return. #### System configuration **Pulsar version**: v3.0 **Pulsar client**: v12.1 -- 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]
