fix(core): update

This commit is contained in:
2019-11-07 00:59:45 +01:00
parent 80aacd17a6
commit 972ddbf327
4 changed files with 33 additions and 41 deletions
+1
View File
@@ -112,6 +112,7 @@ export class Universe {
funcName: 'subscribeChannel',
funcDef: async (dataArg, socketConnectionArg) => {
const universeConnection = new UniverseConnection({
universe: this,
socketConnection: socketConnectionArg,
authenticationRequests: [dataArg]
});