Fixes the event loop (#48)
This commit is contained in:
parent
57bec96827
commit
ad73574ce5
1 changed files with 1 additions and 2 deletions
|
|
@ -478,8 +478,7 @@ namespace Server
|
|||
Task.WaitAll(
|
||||
Task.Run(() => Mobile.ProcessDeltaQueue()),
|
||||
Task.Run(() => Item.ProcessDeltaQueue()),
|
||||
Task.Run(() => Timer.Slice()),
|
||||
Task.Run(() => MessagePump.DoWork())
|
||||
Task.Run(() => { Timer.Slice(); MessagePump.DoWork(); })
|
||||
);
|
||||
|
||||
NetState.ProcessDisposedQueue();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue