http: reuse same thread for all websocket send operations
Instead of starting every new thread for new operation - reuse same thread which was started during first send operation. Also take care that such dedicated threads correctly stopped when WSHandler is destroyed
Loading
Please register or sign in to comment