Garbage collection setup that might be needed later
This commit is contained in:
@@ -99,7 +99,7 @@ public class Room
|
||||
return _connections.Select(connection => connection.Socket).ToList();
|
||||
}
|
||||
|
||||
private bool IsEmpty()
|
||||
public bool IsEmpty()
|
||||
{
|
||||
return _connections.Count == 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user