Right now when we get the msg, we iterate over map (of queries -> subscribers). If there are 1000 subscribers, consensus reactor could receive his msg last.
Ways to solve this:
- return back old events system for internal events and proxy events to the new pubsub
- add some priority/sorting to the new pubsub
- add special kind of subscribers (VIP) to the new pubsub