DevRig: PubSub Broadcasts for non-default topics are not received by listeners #142
Labels
product: developer rig
Decommissioned
stopped investigating
An issue that cannot be reproduced and is no longer being actively investigated.
Brief description
When sending a PubSub Broadcast, if the topic/target is something besides "broadcast" or "global" (for example, "whisper-opaque_user_id"), the broadcast is not received by simulated user views in the Developer Rig.
How to reproduce
Frontend code to listen for broadcasts:
Backend code to send a PubSub broadcast (C#):
Expected behavior
Extensions running in the Developer Rig should receive PubSub broadcast events for any topic/target.
Additional context or questions
The example code above DOES work as expected for all topics/targets when running the extension as a Hosted Test in Twitch. In either case the response from the PubSub Broadcast endpoint is
204 No Content.The text was updated successfully, but these errors were encountered: