Skip to content

Commit 9b69178

Browse files
authored
fix build
1 parent 5ef0a30 commit 9b69178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/clients/csharp/Http.Connections.Client/src/HttpConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ private async Task StartTransport(Uri connectUrl, HttpTransportType transportTyp
550550
private HttpClient? CreateHttpClient()
551551
{
552552
if (_httpConnectionOptions.SkipNegotiation
553-
&& _httpConnectionOptions.Transports == HttpTransportType.WebSockets`
553+
&& _httpConnectionOptions.Transports == HttpTransportType.WebSockets
554554
)
555555
{
556556
var clientWebSocket = new System.Net.WebSockets.ClientWebSocket();

0 commit comments

Comments
 (0)