You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: