Skip to content

Commit

Permalink
Update src/libraries/System.Net.WebSockets.Client/src/System/Net/WebS…
Browse files Browse the repository at this point in the history
…ockets/BrowserWebSockets/BrowserWebSocket.cs

Co-authored-by: campersau <buchholz.bastian@googlemail.com>
  • Loading branch information
pavelsavara and campersau committed Jul 12, 2021
1 parent 39f38ba commit 92e2705
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ private Task CloseAsyncCore(WebSocketCloseStatus closeStatus, string? statusDesc
}
else
{
_closeStatus =3; // (CLOSED)
_closeStatus = 3; // (CLOSED)
}

return _tcsClose.Task;
Expand Down

0 comments on commit 92e2705

Please sign in to comment.