[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.
|
// Create a new instance of the WebSocketServer class.
|
||||||
//
|
//
|
||||||
// If you would like to provide the secure connection, you should
|
// If you would like to provide the secure connection, you should
|
||||||
// create a new instance with the 'secure' parameter set to true,
|
// create a new instance with the 'secure' parameter set to true or
|
||||||
// or a wss scheme WebSocket URL.
|
// with a wss scheme WebSocket URL.
|
||||||
|
|
||||||
var wssv = new WebSocketServer (4649);
|
var wssv = new WebSocketServer (4649);
|
||||||
//var wssv = new WebSocketServer (5963, true);
|
//var wssv = new WebSocketServer (5963, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user