removes flashsocket - fixes #117

This commit is contained in:
logsol 2015-06-28 19:11:37 +02:00
parent bcecddd5bd
commit 71db5a8a81

View file

@ -22,10 +22,12 @@ function (io) {
var self = this;
this.socket.configure('development', function () {
this.set('log level', options.logLevel);
this.set('transports', ['websocket']);
});
this.socket.configure('production', function () {
this.set('log level', options.logLevel);
this.set('transports', ['websocket']);
});
this.socket.on('connection', function (user) {