Open GoogleCodeExporter opened 9 years ago
I'm far away from home and won't be able to really help before the beginning of
September. Sorry about that.
As far as I can tell (without running your example) none of the connections
should be deleted (they should be deleted when the server goes away and destroy
the connections dictionary). That doesn't imply the watchers are still alive,
those get cleared on connection close().
When you close the server (or after), are the connections still alive? If you
want to delete the connections on close, I suggest you pass a ref to the server
to each connection (on init) and delete the connection from the dictionary on
close.
Original comment by lekma...@gmail.com
on 13 Aug 2012 at 5:04
Even without storing the connections in the dict the thing happens. Everything
works fine with non-parallel connections or parallel connections without any
calls to SA.
Original comment by adr...@planetcoding.net
on 13 Aug 2012 at 5:53
Original issue reported on code.google.com by
adr...@planetcoding.net
on 10 Aug 2012 at 6:45