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
ca85b6a defer call to deleteSessions & avoid returning on first error this fixes the case where we flood sessions when an error occurs (session are created but never deleted)
b83c835 feat: add ability to specify custom delay in connection attempts
3ffb40f fix: correct int overflow bug, add fixed delay, and rename env for retries