autobahn-sync
autobahn-sync copied to clipboard
Socket left open after app.stop()
After calling app.stop()
, the (web)socket is left open, according to netstat
. Doing app.run()
after stop()
opens a new socket, but the old one is left open.
Is this intended behaviour?