-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Track whether a room lifecycle operation is in progress
Remove the temporary hasOperationInProgress stored property added in b6c3ddb. It seems to me, at least based on what I’ve implemented so far, that you have an operation in progress if and only if you’re in a certain status case, so I’ve encoded this constraint in the Status type. Might turn out this is false and needs to be revisited later. TODO note it’s your responsibility to put yourself back into a non-in-progress state (i.e. same as it would be to unlock a mutex) TODO this is probably wrong — it's not clear where the emit discontinuities stuff fits into this
- Loading branch information
1 parent
cc53b28
commit 8203f81
Showing
2 changed files
with
64 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters