Python socket servers don't see abrupt disconnect when using docker network
When running a socket server and client in python, an abrupt disconnect by the client is handled differently by the server when running both locally versus running both in docker containers and through a docker network. If it matters, all…