If you supply .withUri("https://maincloud.spacetimedb.com") instead of .withUri("wss://maincloud.spacetimedb.com") then you will get a ws:// connection instead of a wss:// connection. If the user supplies a https:// connection string we should automatically convert that to wss://. Both the C# and rust SDKs do this.
Discord thread: https://discord.com/channels/1037340874172014652/1362951793595650148/1362951793595650148
If you supply
.withUri("https://maincloud.spacetimedb.com")instead of.withUri("wss://maincloud.spacetimedb.com")then you will get aws://connection instead of awss://connection. If the user supplies ahttps://connection string we should automatically convert that towss://. Both the C# and rust SDKs do this.Discord thread: https://discord.com/channels/1037340874172014652/1362951793595650148/1362951793595650148