From 978b38fcf4a381456d895afa071352171f56d63c Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 25 Jan 2016 15:22:56 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/WebSocket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 1c479808..d9131089 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -1257,7 +1257,7 @@ namespace WebSocketSharp private bool processUnsupportedFrame (WebSocketFrame frame) { _logger.Fatal ("An unsupported frame:" + frame.PrintToString (false)); - fatal ("There is no way to handle it.", null); + fatal ("There is no way to handle it.", CloseStatusCode.PolicyViolation); return false; }