MCHSL / extools

Various extensions for the BYOND game engine.
MIT License
29 stars 40 forks source link

Fix receive buffering logic #7

Closed SpaceManiac closed 4 years ago

SpaceManiac commented 4 years ago

Would previously break if under any circumstances one recv() call did not equal one protocol-level message. (Hint: this happens all the time.)

ghost commented 4 years ago

Oh yeah, thanks for reminding me, I need to get the debug server working under Linux.

MCHSL commented 4 years ago

Feh, I knew my code wouldn't work but I promptly forgot about it after I started working on the debugger proper