Closed gr2m closed 8 years ago
connectionStatus.reset should trigger a reset event as mentioned in the README, which it currently does not.
connectionStatus.reset
reset
connectionStatus.on('reset', function () { console.log('reset triggered') }) connectionStatus.reset(options).then(function () { // "reset triggered" logged. })
Ping me in the Hoodie Chat or on Twitter if you have any questions
connectionStatus.reset
should trigger areset
event as mentioned in the README, which it currently does not.Ping me in the Hoodie Chat or on Twitter if you have any questions