This commit is contained in:
AJ ONeal 2016-10-01 02:54:22 -04:00
parent 54da6333b1
commit 578c50b8d2
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ module.exports.create = function (opts) {
, servername: servername
, service: service
});
console.log('home-cloud is', packer.socketToId(remote));
console.log('home-cloud is', packer.socketToId(remote.ws.upgradeReq.socket));
console.log('browser is', cid);
var bstream = remote.clients[cid] = {
wrapped: browser.pipe(wrapForRemote)