tlandino0 / 2017ServerA

On hold until I decide I don't hate C# anymore.
GNU General Public License v3.0
0 stars 0 forks source link

Server recursively pukes announcement messages to network on client disconnect. #7

Open tlandino0 opened 6 years ago

tlandino0 commented 6 years ago

I think I can cast the blame of this bug on the server's failure to close the connection completely when a client sends the Disconnect message. We've also had to put a sh*tton of error correction throughout the server's binary because of issues we found when just ATTEMPTING the disconnect. Any of that error handling could have caused problems with the bitstream or otherwise. Triaged.