massakam commented on issue #4658: C++ consumer's connection is often closed URL: https://github.com/apache/pulsar/issues/4658#issuecomment-509191354 It seems that there is a possibility that the SSL socket will be corrupted if read and write from multiple threads are performed concurrently. Furthermore, a class named `strand` seems to be typically used to avoid this. https://stackoverflow.com/questions/18656919/boostasiossl-access-violation-on-multi-threaded-application Is this issue related to the above?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
