mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-05 13:02:44 +13:00
Fix socket thingy
This commit is contained in:
parent
37cba8c859
commit
f15b37fd08
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ namespace HISP.Server
|
|||
{
|
||||
try
|
||||
{
|
||||
while (!GameServer.ServerSocket.AcceptAsync(e))
|
||||
do
|
||||
{
|
||||
Socket eSocket = e.AcceptSocket;
|
||||
|
||||
|
@ -137,7 +137,7 @@ namespace HISP.Server
|
|||
|
||||
if (GameServer.ServerSocket == null)
|
||||
return;
|
||||
}
|
||||
} while (!GameServer.ServerSocket.AcceptAsync(e));
|
||||
}
|
||||
catch (ObjectDisposedException ex) { Logger.ErrorPrint("Server shutdown due to " + ex.Message); } // server shutdown
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue