Pushes a better fix (#49)
This commit is contained in:
parent
ad73574ce5
commit
97e34c9ef3
1 changed files with 4 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue