Removed Many Things

This commit is contained in:
CortexCore
2024-08-13 18:42:51 +08:00
parent c563c539a5
commit 79985ad6f5
1363 changed files with 5892 additions and 71512 deletions

View File

@@ -160,7 +160,7 @@ namespace kcp2k
return true;
}
}
catch (SocketException e)
catch (SocketException)
{
// NOTE: SocketException is not a subclass of IOException.
// the other end closing the connection is not an 'error'.