Hey all. I recently set up the dev rig and am running the hello world extension in local mode on the dev-rig as detailed with the documentation.
I have the frontend hosted with the dev rig, and the backend running (3 consoles). I have a setup on Windows and Ubuntu, and am getting the same problem on each.
When I run everything, the extension seems fine and if I click “Yes, I would” on either the broadcaster or a logging-in Viewer display it will change the color on those displays. The problem is that it does not update other displays, if I refresh the localhost and reload then the 2 displays will both switch to the correct color, but they don’t update off the broadcast.
Looking at the backend console indicates that the broadcast message returns a 204 from the pubsub. I am still new to utilizing API calls/javascript/pretty much everything extensions are built upon, so not entirely sure if this is the actual intended functionality, but I believe that the broadcast is supposed to actually be sent to all the viewers and they would listen and update their own color, this just isn’t occurring.
Would anyone have any further insight to this? I am glad to provide anything additional as needed