Fix due to the modified Close method in WebSocket.cs
This commit is contained in:
Binary file not shown.
@@ -100,7 +100,7 @@ namespace Example
|
||||
ws.OnClose += (sender, e) =>
|
||||
{
|
||||
enNfMessage(
|
||||
String.Format("[WebSocket] Close({0}:{1})", (ushort)e.Code, e.Code),
|
||||
String.Format("[WebSocket] Close({0})", e.Code),
|
||||
e.Reason,
|
||||
"notification-message-im");
|
||||
};
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user