Len0re

Results 1 comments of Len0re

Usually this happens when something goes wrong with your settings. Try using onConnectionLost() to see if there's any error. Something like ``` onConnectionLost(responseObject) { if (responseObject.errorCode !== 0) { console.log('onConnectionLost:',...