mast / telegram-bot-api

First Telegram Bot API node.js library
http://mast.github.io/telegram-bot-api/
MIT License
246 stars 64 forks source link

Fix update issue in internalGetUpdates #17

Closed AliMD closed 8 years ago

AliMD commented 8 years ago

My bot sometimes hangs in network issue and doesn't update anymore! I think it's because the callback function doesn't call I just move the schedule out of the callback https://github.com/mast/telegram-bot-api/commit/362b907862bbbc423c75b6046d0d216aeefa116e

And for easiest contributing with same editor config I added the editorconfig file https://github.com/mast/telegram-bot-api/commit/cc5791f5168835ca3bc59417c5f1739b392438cf

And trim lines and change the EOL's

AliMD commented 8 years ago

Please make new tage for v0.3.3 after merge Thank you in advance

AliMD commented 8 years ago

Close temporary for better fixing the the issue