Massive speed up during invitation creation at the expense of reliability. Document method for creating a reliability manager of some sort
This commit is contained in:
+1
-1
@@ -173,7 +173,7 @@ export class AppService extends EventEmitter<AppEventMap> {
|
||||
|
||||
// Attach listeners before SSE connects so updates are not missed.
|
||||
await this.addInvitation(invitationInstance);
|
||||
await invitationInstance.start();
|
||||
invitationInstance.start();
|
||||
|
||||
return invitationInstance;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user