hack: temporarily disable socketio.
This commit is contained in:
parent
8418cdad23
commit
9e830c4666
@ -39,6 +39,7 @@ Client.prototype._init = function _init() {
|
||||
var self = this;
|
||||
var io;
|
||||
|
||||
return;
|
||||
try {
|
||||
io = require('socket.io');
|
||||
} catch (e) {
|
||||
|
||||
@ -67,6 +67,7 @@ HTTPServer.prototype._initIO = function _initIO() {
|
||||
var self = this;
|
||||
var io;
|
||||
|
||||
return;
|
||||
try {
|
||||
io = require('socket.io');
|
||||
} catch (e) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user