mbbsemu / MBBSEmu

The MajorBBS Emulation Project is an Open Source, Cross-Platform emulator for easily running The MajorBBS & Worldgroup Modules
https://www.mbbsemu.com
MIT License
131 stars 14 forks source link

Additional logging on Socket #559

Closed enusbaum closed 2 years ago

enusbaum commented 2 years ago

Added Additional Logging on the Socket to record any additional exceptions that might happen on the socket for debugging

enusbaum commented 2 years ago

An unhandled exception in the Send() and Receive() threads will crash the main process. At this point it's more for additional debugging if there's an issue there.