[Modify] Edit it

This commit is contained in:
sta 2022-02-01 21:18:04 +09:00
parent ef8907c1d0
commit 1c9fa6b2cf

View File

@ -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);