This repository was archived by the owner on Nov 18, 2024. It is now read-only.
v0.7.9
Added more performant way for requesting streams. You can now verify if a stream request was successful by keeping track of the req_id returned by requesting a stream and comparing it to a later callback with a REQ_RESPNOSE type. Or you can use the verify(req_id) method.