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
Right now we register keep-alive and timeout timers for each connection. And that is very expensive. Also both timers are in seconds. So instead we should use one global timer, seconds base. And manage keep-alive and timeout ourselfs.
It might be useful to use same approach for client as well.