1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 12:31:58 +00:00

Websocket additions

Former-commit-id: 662bdd01a7cd403d1f7b8f0d17bed16ed1f06562
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-02-22 20:32:38 +02:00
parent 7533e2bf8b
commit 4e1d64c5c0
6 changed files with 136 additions and 12 deletions

View File

@@ -93,7 +93,7 @@ var Ws = (function () {
m = JSON.stringify(data);
}
else {
console.log("Invalid");
console.log("Invalid, javascript-side should contains an empty second parameter.");
}
return this._msg(event, t, m);
};