modernuo/Projects/Server/Events
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
..
AccountLoginEvent.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
AggressiveActionEvent.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
EventSink.cs feat: Moves network related events to UOContent using code generation (#1945) 2024-09-06 16:57:10 -07:00
MovementEvent.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
ServerCrashedEvent.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
SocketConnectionEvent.cs fix: Fixes networking issues (#1958) 2024-09-19 16:54:49 -07:00
SpeechEvent.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00