ModernUO/Projects/Server/Events
Kamron Batman 369a27b800
Replacing Networking (#271)
- [X] Removing Kestrel & Libuv
- [X] Cleaning up NetState
- [X] Removing System.IO.Pipelines
- [X] Cleaning up packet reading
- [X] Adds a maximum of 5000 sockets (configurable) to prevent OOM
- [X] Replaces the AsyncState with a thread-safe wrapped boolean called NetworkState
- [X] Removes Parallel.ForEach (no perf gain)
- [X] Removes custom houses compression on another thread
- [X] Test high load scenarios

Bumps release version
2020-10-20 20:55:19 -07:00
..
AccountLoginEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
AggressiveActionEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
CharacterCreatedEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
CreateGuildEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
EventSink.cs Fixes chat (#265) 2020-09-26 18:22:23 -07:00
FastwalkEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
GameLoginEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
MovementEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
ServerCrashedEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
ServerListEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
SocketConnectionEvent.cs Replacing Networking (#271) 2020-10-20 20:55:19 -07:00
SpeechEvent.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00