ModernUO/Projects/UOContent
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
..
Accounting Replacing Networking (#271) 2020-10-20 20:55:19 -07:00
Commands Fixes JSON WorldConverter (#263) 2020-09-20 14:56:46 -07:00
Configuration Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
Context Menus Removes literal variables (#257) 2020-09-18 18:41:26 -07:00
Engines Replacing Networking (#271) 2020-10-20 20:55:19 -07:00
Gumps Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
Holiday Stuff Fixes dupe exception (#258) 2020-09-19 15:46:07 -07:00
Items Replacing Networking (#271) 2020-10-20 20:55:19 -07:00
Json/Converters Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
Misc Replacing Networking (#271) 2020-10-20 20:55:19 -07:00
Mobiles Replacing Networking (#271) 2020-10-20 20:55:19 -07:00
Multis Replacing Networking (#271) 2020-10-20 20:55:19 -07:00
Regions Fixes dupe exception (#258) 2020-09-19 15:46:07 -07:00
Skills Removes literal variables (#257) 2020-09-18 18:41:26 -07:00
SpecialSystems Fixes more line ending issues (#267) 2020-09-27 13:54:56 -07:00
Spells Adds property sorting for json output (#266) 2020-09-26 22:38:50 -07:00
Targets Removes literal variables (#257) 2020-09-18 18:41:26 -07:00
UOContent.csproj Replacing Networking (#271) 2020-10-20 20:55:19 -07:00