warriorpaw opened a new pull request, #2180:
URL: https://github.com/apache/brpc/pull/2180

   OpenSSL does not guarantee that any of its objects can be used concurrently 
by multiple threads:
   https://github.com/openssl/openssl/issues/2165
   https://github.com/openssl/openssl/issues/20446
   Related issue: #2166
   
   And this PR is not the best solution for this core issue.
   The best way is put SSL obj's read/write operate in same event loop but this 
changes too much of the current code structure, i'm too lazy to do it.
   


-- 
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: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to