Added WebSocketServer

This commit is contained in:
sta
2012-08-04 15:51:31 +09:00
parent b1463379af
commit ec79f59229
64 changed files with 936 additions and 68 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ namespace Example
_ws.OnError += (sender, e) =>
{
enNfMessage("[AudioStreamer] error", "WS: Error: " + e.Data, "notification-message-im");
enNfMessage("[AudioStreamer] error", "WS: Error: " + e.Message, "notification-message-im");
};
_ws.OnClose += (sender, e) =>
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.
Binary file not shown.