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

Introduce the ability for RemoteChannels to attempt reconnect when disconnected #421

Open
brianoliver opened this issue Jul 12, 2017 · 0 comments

Comments

@brianoliver
Copy link
Contributor

From looking at a few logs, we suspect that TCP/IP sockets may be randomly dropped by an operating system when under load (or they are not used), in which case child applications may automatically self-terminate (commit suicide). To prevent this, we should;

a). Consider a routine "ping/pong" to ensure the connection is kept alive
b). Consider using a secondary connection so that both connections would need to be terminated for the channel to be considered closed
c). Consider reconnecting a dropped channel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant