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
Basically, this should just function like the ConnectionPool that rails uses.
The behavior should be:
have at least a minimum number of connections
if a connection dies, start another one to reach minimum number of connections
if there is consistently no way to reach the minimum number of connections, log to the console, and try again in a minute, 2 minutes, 5 minutes, 10 minutes, and then stop trying.
The text was updated successfully, but these errors were encountered:
https://github.com/NullVoxPopuli/meshchat-core/blob/master/lib/meshchat/network/remote/relay_pool.rb
Basically, this should just function like the ConnectionPool that rails uses.
The behavior should be:
The text was updated successfully, but these errors were encountered: