mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
Core/IPC: Fixed bnet & world servers getting stuck on shutdown after having communicated at any point
This commit is contained in:
@@ -44,6 +44,7 @@ void ZMQTask::Start()
|
||||
void ZMQTask::End()
|
||||
{
|
||||
_thread->join();
|
||||
_poller->remove(*_inproc);
|
||||
_inproc->close();
|
||||
HandleClose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user