mirror of
				https://github.com/optim-enterprises-bv/control-pane.git
				synced 2025-10-31 18:07:46 +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
	 olevole
					olevole