Test commit for madu

This commit is contained in:
JustArchi
2018-02-04 09:16:31 +01:00
parent c6f06f1bd5
commit aa6e29e56f

View File

@@ -451,7 +451,7 @@ namespace ArchiSteamFarm {
break;
}
await webSocketContext.WebSocket.CloseAsync(WebSocketCloseStatus.NormalClosure, string.Empty, CancellationToken.None).ConfigureAwait(false);
await webSocketContext.WebSocket.CloseOutputAsync(WebSocketCloseStatus.NormalClosure, string.Empty, CancellationToken.None).ConfigureAwait(false);
break;
}
} finally {