project-receptor / python-receptor

Project Receptor is a flexible multi-service relayer with remote execution and orchestration capabilities linking controllers with executors across a mesh of nodes.
Other
32 stars 21 forks source link

Fix socket thrashing on disconnect #64

Closed matburt closed 4 years ago

matburt commented 4 years ago

The underlying transport doesn't seem to realize the connection has gone away underneath it. This detects the scenario and closes the connection.