-
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! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, Batch requests are not supperted in Thanks. |
Beta Was this translation helpful? Give feedback.
Hi,
Batch requests are not supperted in
obsws-python
. We used obswebsocket documentation to implementReqClient
methods. The reason we included thesleep
method 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.