mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-11-01 02:17:52 +00:00
change localhost -> 127.0.0.1 to avoid v6 proto
This commit is contained in:
@@ -13,7 +13,7 @@ var bsWatcher=function(ip,port,tube,callback)
|
|||||||
}
|
}
|
||||||
bsWatcher.prototype.connect=function()
|
bsWatcher.prototype.connect=function()
|
||||||
{
|
{
|
||||||
this.client=bs.Client('localhost:11300');
|
this.client=bs.Client('127.0.0.1:11300');
|
||||||
this.client.addListener('connect', function() {
|
this.client.addListener('connect', function() {
|
||||||
this.connectionError=false;
|
this.connectionError=false;
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
|
|||||||
Reference in New Issue
Block a user