Core/Misc: Misc cleanups and changing of fields
This commit is contained in:
@@ -86,8 +86,9 @@ namespace Framework.Networking
|
||||
|
||||
AddNewSockets();
|
||||
|
||||
foreach (var socket in _Sockets.ToList())
|
||||
for (var i =0; i < _Sockets.Count; ++i)
|
||||
{
|
||||
TSocketType socket = _Sockets[i];
|
||||
if (!socket.Update())
|
||||
{
|
||||
if (socket.IsOpen())
|
||||
|
||||
Reference in New Issue
Block a user