Fix due to the modified Close method in WebSocket.cs

This commit is contained in:
sta
2012-10-16 20:31:50 +09:00
parent 33cddb9fa2
commit a7eef35c96
67 changed files with 217 additions and 97 deletions

View File

@@ -116,7 +116,7 @@ namespace Example1
enNfMessage
(
"[AudioStreamer] disconnect",
String.Format("WS: Close({0}:{1}): {2}", (ushort)e.Code, e.Code, e.Reason),
String.Format("WS: Close({0}: {1})", e.Code, e.Reason),
"notification-message-im"
);
};

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.