Fix for issue #15

This commit is contained in:
sta
2013-04-06 16:21:41 +09:00
parent cbaa540b59
commit 94cf881dcf
83 changed files with 985 additions and 118 deletions

View File

@@ -3,8 +3,10 @@ using Notifications;
#endif
using System;
using System.Collections;
using System.Linq;
using System.Threading;
using WebSocketSharp;
using WebSocketSharp.Net;
namespace Example
{
@@ -109,6 +111,8 @@ namespace Example
"notification-message-im");
};
//ws.SetCookie(new Cookie("nobita", "idiot"));
//ws.SetCookie(new Cookie("dora", "tanuki"));
ws.Connect();
Thread.Sleep(500);