Dmitry Shnyrev
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   `[0, 1, 2, 3, 4, 5]` ```python [ { 'data': { 'target':...