integrating mycelium messaging system into ZOS. from the receiver side, ZOS currently has to continuously poll the popMessage endpoint, which is inefficient and still not truly real-time
suggestion to add an event-driven message hook mechanism (unix socket, or http webhook) this would enable real-time delivery, reduce overhead, and make client integrations much simpler
or if there’s an existing way to achieve this that I may have missed in the documentation
integrating mycelium messaging system into ZOS. from the receiver side, ZOS currently has to continuously poll the
popMessageendpoint, which is inefficient and still not truly real-timesuggestion to add an event-driven message hook mechanism (unix socket, or http webhook) this would enable real-time delivery, reduce overhead, and make client integrations much simpler
or if there’s an existing way to achieve this that I may have missed in the documentation