now working in both directions so mesh setups work.

This commit is contained in:
2016-08-15 02:36:17 +02:00
parent 180ae23c9a
commit 84f33fa447
13 changed files with 129 additions and 20 deletions

View File

@@ -46,6 +46,7 @@ export class SmartsocketClient {
alias:this.alias,
authenticated:false,
role:undefined,
side:"client",
socket: plugins.socketIoClient(socketUrl,{multiplex:false})
});
this.socketConnection.socket.on("requestAuth", () => {