Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share membership queue between handlers #932

Merged
merged 8 commits into from
Jan 20, 2020
Merged

Share membership queue between handlers #932

merged 8 commits into from
Jan 20, 2020

Conversation

Half-Shot
Copy link
Contributor

In the hopes that this might allow us to reuse the retry logic on joins and parts

@Half-Shot Half-Shot changed the base branch from master to develop December 20, 2019 17:21
@Half-Shot Half-Shot marked this pull request as ready for review January 7, 2020 15:01
@Half-Shot Half-Shot requested a review from a team January 7, 2020 15:57
Copy link
Member

@benparsons benparsons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, one point of clarity needed

@@ -15,7 +15,7 @@ interface QueueUserItem {
reason?: string;
attempts: number;
roomId: string;
userId: string;
userId?: string;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Marking LGTM, but can we talk about why userId is now optional throughout the Queue?

Signed-off-by: Half-Shot <will@half-shot.uk>
@Half-Shot Half-Shot merged commit 7f222ff into develop Jan 20, 2020
@jaller94 jaller94 deleted the hs/pm_fixes branch April 2, 2020 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants