very interesting approach
i'll try to dive deeper in order to find Queue functionality
thanks a lot
Type: Posts; User: g41797
very interesting approach
i'll try to dive deeper in order to find Queue functionality
thanks a lot
QUEUE is responsible for the following functions:
Storing published messages by placing them at the back of the queue.
Retrieving the oldest messages from the front of the queue and...
Thank you for fast response
Still i don't understand does Lightstreamer support Queue?
Also I'd like to clarify my last question: i am talking about usage of generated via haxe client libraries...
Hi
Context:
Last time i developed set of php queue adapters (https://github.com/g41797/queue/blob/master/docs/guide/en/adapter-list.md)
and tried to understand whether
is lightstreamer...