Closed telackey closed 3 years ago
This fixes two issues:
The fix for (1) involves passing the PartyInternal object, rather than the key, to the PartyActivator. That way it can call party.update.emit().
The fix for (2) involves moving much of the logic regarding the pipelines, streams, etc. out of PartyFactory.constructParty() and into PartyInternal.open() so that it can be repeated if the party is closed, but later needs reopened again.
…O as well