Dmitry Shnyrev

Results 3 comments of Dmitry Shnyrev

Same question. How to keep bot always connected?

I've noticed this solution bot.on('close', function(data) { console.log(data) bot.connect(); }); fails with infinitive loop and 1006 error in response.

I did some debugs and here is values I have in failed method in your lib ![image](https://user-images.githubusercontent.com/7594309/65772643-49e03680-e143-11e9-8ab3-a454a57a0c0d.png) ![image](https://user-images.githubusercontent.com/7594309/65772682-641a1480-e143-11e9-9499-d2e724fa3384.png) `[0, 1, 2, 3, 4, 5]` ```python [ { 'data': { 'target':...