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
When a signaller is asked to send a message (including announce notifications) it will automatically reconnect if disconnected.
Exposed the signaller.connect() function in instances where a connection should be manually initiated.
Added the autoconnect initialization option (default: true) which controls both initial signaller connection and the automatic connection when sending behaviour.