Skip to content
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

Prevent message loss during reconnection #46

Open
whereswaldon opened this issue Dec 8, 2018 · 0 comments
Open

Prevent message loss during reconnection #46

whereswaldon opened this issue Dec 8, 2018 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@whereswaldon
Copy link
Member

When your TCP connection goes stale in a way that your OS isn't aware of until it tries to transmit, your client believes that it is still connected until you attempt to send a message. The send will fail, enabling your client to reconnect. However, the message that you tried to send is not currently queued anywhere for later delivery. That's incredibly annoying and needs to be fixed.

@whereswaldon whereswaldon changed the title Prevent message lost during reconnection Prevent message loss during reconnection Dec 8, 2018
@whereswaldon whereswaldon added bug Something isn't working enhancement New feature or request labels Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant