Skip to content

Commit

Permalink
fix (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleteLater authored Jan 11, 2024
1 parent 016f87b commit 1845c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FeatBit.ServerSdk/Transport/FbWebSocket.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private static Uri DefaultWebSocketUriResolver(FbOptions options)
var webSocketUri = new UriBuilder(options.StreamingUri)
{
Path = "streaming",
Query = $"?type=server&token={token}"
Query = $"type=server&token={token}"
}.Uri;

return webSocketUri;
Expand Down

0 comments on commit 1845c69

Please sign in to comment.