wolfstudy opened a new pull request, #777: URL: https://github.com/apache/pulsar-client-go/pull/777
Signed-off-by: xiaolongran <[email protected]> ### Motivation In #456, we support the error information that may occur when the Go SDK side processes the Ack Command, but there is a bug in this implementation. We do not wait for the error information to return directly, so the error obtained in the Ack interface will always be nil. ### Modifications Introduce `doneCh` to wait for the information of ack error to return -- 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]
