Pushes a better fix (#49)

This commit is contained in:
Kamron Batman 2019-08-13 17:25:57 -07:00 committed by GitHub
parent ad73574ce5
commit 97e34c9ef3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -477,10 +477,12 @@ namespace Server
Task.WaitAll(
Task.Run(() => Mobile.ProcessDeltaQueue()),
Task.Run(() => Item.ProcessDeltaQueue()),
Task.Run(() => { Timer.Slice(); MessagePump.DoWork(); })
Task.Run(() => Item.ProcessDeltaQueue())
);
Timer.Slice();
MessagePump.DoWork();
NetState.ProcessDisposedQueue();
Slice?.Invoke();