Revert "Test commit for madu"

This reverts commit aa6e29e56f.
This commit is contained in:
JustArchi
2018-02-04 09:34:05 +01:00
parent aa6e29e56f
commit c88d8adbed

View File

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