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
Working fine but after a while I've got "The connection was closed before the query could be completed in" in every request. The only way i've to make it work is to restart the process...
conn = r.connectPool({
silent : true,
waitForHealthy: true,
servers : [{ host : 'server1', port :...},{host : 'server2', port : ...],
buffer : 300,
max : 3000
});