mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
cluster: Make sure messages are processed in-order.
This commit is contained in:
parent
2b77aa06aa
commit
8e381e0298
@ -98,7 +98,7 @@ void Endpoint::MessageThreadProc(const Stream::Ptr& stream)
|
||||
return;
|
||||
}
|
||||
|
||||
Utility::QueueAsyncCallback(boost::bind(boost::ref(Endpoint::OnMessageReceived), GetSelf(), message));
|
||||
OnMessageReceived(GetSelf(), message);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user