ModernUO/Projects
Kamron Batman e0fcde885c
fix: Fixes networking issues (#1958)
### Summary
- Puts back `EventSink.SocketConnect`.
- Reverts networking change to push the networking to a separate thread.
- Reverts changes to the firewall by removing the firewall queue.
- Fixes listeners not shutting down with the server.
- Fixes race condition causing connections to get stuck even after they are disposed.

> [!NOTE]
> **Developer Note**
> Networking has been reverted back to using the main thread instead of a background thread. This alleviated complexity and the requirement for concurrent queues all over the place.
2024-09-19 16:54:49 -07:00
..
Application fix: Removes profiling. Streamlines core tick count. (#1948) 2024-09-11 00:55:18 -07:00
Server fix: Fixes networking issues (#1958) 2024-09-19 16:54:49 -07:00
Server.Tests feat: Upgrades serialization v4 (Threaded Heap Serialization) (#1947) 2024-09-14 09:57:43 -07:00
UOContent fix: Fixes networking issues (#1958) 2024-09-19 16:54:49 -07:00
UOContent.Tests chore(deps): Bumps dependencies (#1944) 2024-09-05 21:24:47 -07:00