-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make sure the client properly reconnects to both Telegram and XMPP after network outage #17
Comments
Alright it somewhat works, but at the same time it doesn't.
|
Interestingly enough, the Telegram side of the bot connects properly then. It looks like the XMPP one is just sending the messages to the wrong actor? |
The issue was that the Telegram actor tried to kill itself via |
Verified, works on current master. |
Perform the following manual test:
Probably write some unit tests to check that (possibly weak places will be discovered in the process of manual testing).
The text was updated successfully, but these errors were encountered: