Destroy666
Member
Speaking of, is OBS Websocket/Advanced Scene Switcher websocket implementation not capable of processing 2 vendor messages in succession? Or is there some rate limiting? Or is the JS library failing without error somehow? I don't understand why when sending these 2 messages:
only the 1st one gets processed by OBS. If I comment out sending the 1st one, then the 2nd one is processed. I could try batching, but I'd like to understand what's going on first.
EDIT: or I guess both get accepted at the same time by the same condition? Matching "Result" that is. Or is the vendor request overwritten?
only the 1st one gets processed by OBS. If I comment out sending the 1st one, then the 2nd one is processed. I could try batching, but I'd like to understand what's going on first.
EDIT: or I guess both get accepted at the same time by the same condition? Matching "Result" that is. Or is the vendor request overwritten?
Last edited: