relay-to-relay
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "relay-to-relay", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -191,3 +191,3 @@ import Events from 'events' | ||
this.servers.set(socket.id, socket) | ||
socket.send(JSON.stringify({id: this.id, address: this.address, web: this.web, host: this.host, port: this.port, domain: this.domain, relay: hash, action: 'session'})) | ||
socket.send(JSON.stringify({id: this.id, address: this.address, web: this.web, host: this.host, port: this.port, domain: this.domain, relay, action: 'session'})) | ||
this.onServerConnection(socket) | ||
@@ -194,0 +194,0 @@ } |
60385