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
Rather than having to reconnect each time, the Relay could hold the connection open. The connection object would be held in thread-local storage to avoid threading issues, so in some cases this might be an improvement at all.
On the other hand, commands like salmon blast would be much faster.
The text was updated successfully, but these errors were encountered:
Rather than having to reconnect each time, the Relay could hold the connection open. The connection object would be held in thread-local storage to avoid threading issues, so in some cases this might be an improvement at all.
On the other hand, commands like
salmon blast
would be much faster.The text was updated successfully, but these errors were encountered: