some connection in intermediate screen
This commit is contained in:
parent
fd9d8d9e2e
commit
652726dbe9
3 changed files with 6 additions and 2 deletions
|
|
@ -309,7 +309,8 @@ Network.prototype.start = function(opts, openCallback) {
|
|||
this.socket.removeAllListeners();
|
||||
}
|
||||
|
||||
this.socket = io.connect(this.host + ':' + this.port, {
|
||||
var hostPort = this.host + ':' + this.port;
|
||||
this.socket = io.connect(hostPort, {
|
||||
reconnection: false,
|
||||
});
|
||||
this._setupConnectionHandlers(openCallback);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue