|
Hi, Does obsws-python support batch requests? There's only one place in the source that batches are mentioned (in the documentation for sleep()), which implies both that batches aren't supported (because they aren't otherwise mentioned), and that they are supported (because sleep() isn't useful outside of batches). Could you please clarify? Thanks! |
Answered by
aatikturk
Apr 25, 2024
Replies: 1 comment
|
Hi, Batch requests are not supperted in Thanks. |
0 replies
Answer selected by
onyx-and-iris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Batch requests are not supperted in
obsws-python. We used obswebsocket documentation to implementReqClientmethods. The reason we included thesleepmethod in the library is, if users want to implement their own solutions to process batch requests and need a delay function, it may help.Thanks.