zzzming commented on issue #858: URL: https://github.com/apache/pulsar-client-go/issues/858#issuecomment-1279884899
In Go, a map is a reference type. Properties is a map. The original stack trace is from internalSend that is a Send(). So the problem has nothing to do with SendAsync(). The producer application should not concurrently update the properties. -- 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]
