You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a websocket client connection is opened and closed for every Dispatch to a inbound websocket JSTP node. The proposal is to optimize by pooling outbound connections and persisting them.
The text was updated successfully, but these errors were encountered:
It seems that the main issue here is to escape the EventMachine's event loop in order to be able to continue processing in the client. A suggestion that looks promising is to run EventMachine in a thread.
Currently, a websocket client connection is opened and closed for every Dispatch to a inbound websocket JSTP node. The proposal is to optimize by pooling outbound connections and persisting them.
The text was updated successfully, but these errors were encountered: