[Modify] Edit it
This commit is contained in:
parent
ef8907c1d0
commit
1c9fa6b2cf
@ -14,8 +14,8 @@ namespace Example2
|
||||
// Create a new instance of the WebSocketServer class.
|
||||
//
|
||||
// If you would like to provide the secure connection, you should
|
||||
// create a new instance with the 'secure' parameter set to true,
|
||||
// or a wss scheme WebSocket URL.
|
||||
// create a new instance with the 'secure' parameter set to true or
|
||||
// with a wss scheme WebSocket URL.
|
||||
|
||||
var wssv = new WebSocketServer (4649);
|
||||
//var wssv = new WebSocketServer (5963, true);
|
||||
|
Loading…
Reference in New Issue
Block a user