Skip to content

Commit 1845c69

Browse files
authored
fix (#15)
1 parent 016f87b commit 1845c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/FeatBit.ServerSdk/Transport/FbWebSocket.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ private static Uri DefaultWebSocketUriResolver(FbOptions options)
119119
var webSocketUri = new UriBuilder(options.StreamingUri)
120120
{
121121
Path = "streaming",
122-
Query = $"?type=server&token={token}"
122+
Query = $"type=server&token={token}"
123123
}.Uri;
124124

125125
return webSocketUri;

0 commit comments

Comments
 (0)