-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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_eventswithsession_idas 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
seqfrom type ```uint32``. Client could check that there is no missing events using this counter.
Metadata
Metadata
Assignees
Labels
No labels