fix(core): update

This commit is contained in:
2019-06-10 17:46:06 +02:00
parent 8410e09a4d
commit cb80e4dc2e
3 changed files with 27 additions and 6 deletions
+3 -2
View File
@@ -100,9 +100,10 @@ export class Universe {
(() => {
// TODO: properly add the connection
const universeConnection = new UniverseConnection({
authenticationRequest:
socketConnection: socketConnectionArg,
authenticationRequests: []
})
this.universeConnectionManager.addConnection();
this.universeConnectionManager.addConnection(universeConnection);
})();
}
});