[Modify] Remove websocket.org URLs
websocket.org no longer available. Many thanks to websocket.org
This commit is contained in:
@@ -18,9 +18,7 @@ namespace Example
|
||||
// If you would like to connect to the server with the secure connection,
|
||||
// you should create a new instance with a wss scheme WebSocket URL.
|
||||
|
||||
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/Echo"))
|
||||
using (var ws = new WebSocket ("ws://localhost:4649/Echo"))
|
||||
//using (var ws = new WebSocket ("wss://localhost:5963/Echo"))
|
||||
//using (var ws = new WebSocket ("ws://localhost:4649/Chat"))
|
||||
//using (var ws = new WebSocket ("wss://localhost:5963/Chat"))
|
||||
|
Reference in New Issue
Block a user