Sasha2018RL

Results 7 comments of Sasha2018RL

Temporary fixed for my case by adding ping method, and if it fails - I using force reconnect

> @filmen @Sasha2018RL I stumble upon the same issue, did you solve this? > For now, I keep restarting my app every week I moved to socket io

@deostroll may be you need to return promise? `phoneNumber: function() { prompt('Please enter your phone number:') }` will work: `phoneNumber: function() { return prompt('Please enter your phone number:') }`

> We need it to determin there is a user that uses orginal telegram or its just an spy cam inside our group. now in iran many other telegram versions...

> > > We need it to determin there is a user that uses orginal telegram or its just an spy cam inside our group. now in iran many other...

> I've changed to this.ffmpeg_exec.stdin.write('q') instead of 'this.ffmpeg_exec.kill();' as I've seen it on internet on "how to quit ffmpeg from nodejs". > It works for me.... Hope it helps you....