This probably isn't GitPod-specific, but when you load on GitPod, we end up using v0.0 for the Flutter version which can result in not sending the WebSockets switches. Reloading the page fixes it.
It's likely because Flutter is not initialised properly at the time we read the version file, and we never refresh it.