bsergean commented on issue #8584:
URL: https://github.com/apache/pulsar/issues/8584#issuecomment-733859560


   FYI I have worked around this by writing a websocket client based on libuv, 
which allow to have multiple tcp connections using a single thread.
   
   https://github.com/bsergean/uvweb/blob/master/uvweb/PulsarClient.cpp
   
   If someone want to gives this a try (it's very alpha) feel free.
   
   Previously I was planning on using 
[IXWebSocket](https://github.com/machinezone/IXWebSocket) which is designed to 
have one thread per connection.


----------------------------------------------------------------
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]


Reply via email to