Travis Watkins 558411692a Don't wait for main thread when processing commands.
In order to correctly handle disconnects for invalid chat we setup a
Waitable and pass it to the main thread then wait for it to be processed.
However, commands are also chat packets and they are already on the main
thread. In this case, waiting will deadlock the server so we should just
do a normal disconnect.
2012-11-17 11:48:22 -06:00
..
2012-09-09 23:19:28 -05:00
2012-09-09 23:19:28 -05:00
2012-08-25 00:54:21 -04:00