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
/**
autoReconnect: Bool - allow to auto-reconnect to the server on lost connection (default false),
reconnectionIntervalMin: Double - how often it will try to reconnect in seconds (default 1.0),
reconnectionIntervalMax: Double - how often it will try to reconnect in seconds (default 5.0),
reconnectionAttempts: Int - how many attempts, 0 means without limit (default 0)
*/
webSocket.setReconnection(autoReconnect:true, reconnectionIntervalMin:1.0, reconnectionIntervalMax:5.0, reconnectionAttempts:0)