Development Merge 2026.01.23 #7

Merged
Syntriax merged 9 commits from development into main 2026-01-23 10:31:18 +01:00
Showing only changes of commit 7c8b7debca - Show all commits

View File

@@ -92,8 +92,9 @@ public class LiteNetLibClient : LiteNetLibCommunicatorBase, INetworkCommunicator
{
while (true)
{
Manager.PollEvents();
Thread.Sleep(1);
try { Manager.PollEvents(); }
catch (Exception e) { logger?.LogException(this, e, force: true); }
}
}, cancellationToken);
}