Fix due to the added QueryString property in WebSocketService.cs

This commit is contained in:
sta
2012-10-22 14:58:43 +09:00
parent a7eef35c96
commit c55b5d6479
78 changed files with 1346 additions and 830 deletions

View File

@@ -6,7 +6,7 @@
*
*/
var wsUri = "ws://localhost:4649/";
var wsUri = "ws://localhost:4649/Echo";
var output;
function init(){