Fix due to the added QueryString property in WebSocketService.cs
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
var wsUri = "ws://localhost:4649/";
|
||||
var wsUri = "ws://localhost:4649/Echo";
|
||||
var output;
|
||||
|
||||
function init(){
|
||||
|
Reference in New Issue
Block a user