mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
removes flashsocket - fixes #117
This commit is contained in:
parent
bcecddd5bd
commit
71db5a8a81
1 changed files with 2 additions and 0 deletions
|
|
@ -22,10 +22,12 @@ function (io) {
|
||||||
var self = this;
|
var self = this;
|
||||||
this.socket.configure('development', function () {
|
this.socket.configure('development', function () {
|
||||||
this.set('log level', options.logLevel);
|
this.set('log level', options.logLevel);
|
||||||
|
this.set('transports', ['websocket']);
|
||||||
});
|
});
|
||||||
|
|
||||||
this.socket.configure('production', function () {
|
this.socket.configure('production', function () {
|
||||||
this.set('log level', options.logLevel);
|
this.set('log level', options.logLevel);
|
||||||
|
this.set('transports', ['websocket']);
|
||||||
});
|
});
|
||||||
|
|
||||||
this.socket.on('connection', function (user) {
|
this.socket.on('connection', function (user) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue