KaitlinMS / sodchat

Automatically exported from code.google.com/p/sodchat
0 stars 0 forks source link

Person leaving chat isn't causing others to let go of theri socket #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Closing the chat causes a infinite loop with no block statement because
it's not letting go of the disconnected socket properly...

Original issue reported on code.google.com by Randel...@gmail.com on 5 Dec 2009 at 8:26

GoogleCodeExporter commented 9 years ago
Fixed, the messageNetWrapper wasn't setting Alive to false when the thread 
returned
null, just kept telling it to remove the socket

Original comment by Randel...@gmail.com on 5 Dec 2009 at 5:19