ModernUO/Projects
Kamron Batman 529abb4283
fix(core): Fixes threading issue and adds threadguard (#565)
Setting `m.NetState = null` from a different thread caused `Mobile.Delta` and `NetState.Send` to run from a separate thread which cannot happen.
- [X] Fixes this issue
- [X] Adds THREADGUARD compiler constant as an option to trace this in the future.
2021-04-08 21:56:31 -07:00
..
Benchmarks fix(core): Converts BB packets (#406) 2021-01-13 22:28:31 -08:00
Server fix(core): Fixes threading issue and adds threadguard (#565) 2021-04-08 21:56:31 -07:00
Server.Tests fix(network): Adds ConnectUO (#551) 2021-03-15 14:14:33 -07:00
UOContent fix: Prevent gargoyles from hopping on a mount (#561) 2021-04-05 12:32:55 -07:00
UOContent.Tests fix(core): Caches DateTime.NowUtc (#548) 2021-03-13 01:32:04 -08:00