Scille / autobahn-sync

Bring autobahn to your synchronous apps !
MIT License
17 stars 3 forks source link

Socket left open after app.stop() #5

Open goncalopp opened 7 years ago

goncalopp commented 7 years ago

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?