crossoverJie commented on PR #1494: URL: https://github.com/apache/pulsar-client-go/pull/1494#issuecomment-4438527036
I still noticed a few other direct accesses to `c.consumers`, for example: - https://github.com/apache/pulsar-client-go/blob/master/pulsar/consumer_impl.go#L698 - https://github.com/apache/pulsar-client-go/blob/master/pulsar/consumer_impl.go#L710 Was the intention here to only fix the msgID-based paths, or is there a reason not to update these remaining access sites in the same PR as well? -- 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]
