unfortunately, I'm not going to be able to test this on my own machine, but I feel like the problem was that `window.open` was synchronous and slow, and so this call wasn't completing in time for t...
You'll need to make some changes to `TestServerContext` for that - at the moment, it won't send messages to destinations that have disconnected. But if you changed it so that it sent to some dead-...
Ok, I'm just running some of the demo apps and I'm seeing an issue. App1 connects to and broadcasts on the red channel, but the channel selector stays grey (i.e. no channel)
![Screenshot 2025-0...