Fix for subprotocols for client

This commit is contained in:
sta
2014-02-06 13:50:27 +09:00
parent 8567112200
commit 7e6b82306c
3 changed files with 104 additions and 27 deletions

View File

@@ -73,8 +73,8 @@ namespace Example {
ThreadPool.QueueUserWorkItem(notifyMsg);
using (var ws = new WebSocket("ws://echo.websocket.org", "echo"))
//using (var ws = new WebSocket("wss://echo.websocket.org", "echo"))
using (var ws = new WebSocket("ws://echo.websocket.org"))
//using (var ws = new WebSocket("wss://echo.websocket.org"))
//using (var ws = new WebSocket("ws://localhost:4649"))
//using (var ws = new WebSocket("ws://localhost:4649/Echo"))
//using (var ws = new WebSocket("wss://localhost:4649/Echo"))