mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 21:07:03 +00:00
Websocket additions
Former-commit-id: 662bdd01a7cd403d1f7b8f0d17bed16ed1f06562
This commit is contained in:
@@ -113,7 +113,7 @@ class Ws {
|
||||
t = websocketJSONMessageType;
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user