Bug Report Making a source visible from a script timer stops OBS-Websocket updates

wondible

New Member
I've got a weird interaction going on. I've two types of extensions interfering with each other.

1. OBS-Websockets application that listens for StreamStatus messages and polls some information
2. Lua Script where I am trying to move some of that functionality.

An operation in the script is causing updates to the websocket messages to cease arriving. Reconnecting the websocket works. I believe I've isolated the cause to making a source visible from within a script timer, see attached script.
 

Attachments

  • script-websockets-example.lua.txt
    2.6 KB · Views: 93
Top