mirror of https://github.com/Icinga/icinga2.git
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Utility::QueueAsyncCallback(boost::bind(boost::ref(Endpoint::OnMessageReceived), GetSelf(), message));
|
OnMessageReceived(GetSelf(), message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue