You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to this issue, #636 there was a need to change the major API version to 5.0 (STL)
I will add the commit once it will be ready.
The high level changes from client side are:
Client should keep the ZMQ SUB/PUB but there is no need to read from it the information. The events shoudl be read using REQ/RES channel
Client must use a thread that pool the events using a new API get_async_events with session_id as an input. Each session will have a seperate queue for events. session_id is a unique number per session
Python client pool every 200msec the events queue
There is a new field in each event json called seq from type ```uint32``. Client could check that there is no missing events using this counter.
The text was updated successfully, but these errors were encountered:
Due to this issue, #636 there was a need to change the major API version to 5.0 (STL)
I will add the commit once it will be ready.
The high level changes from client side are:
get_async_events
withsession_id
as an input. Each session will have a seperate queue for events. session_id is a unique number per sessionseq
from type ```uint32``. Client could check that there is no missing events using this counter.The text was updated successfully, but these errors were encountered: