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

Manage bindings in concurrent data structures. #26

Merged
merged 3 commits into from
Nov 21, 2018
Merged

Manage bindings in concurrent data structures. #26

merged 3 commits into from
Nov 21, 2018

Conversation

dustinconrad
Copy link
Contributor

This should fix issue #22 .

If you are not comfortable managing the bindings in a Map, I can submit a pull request that basically replaces the current use of a MutableList with a ConcurrentLinkedQueue. Additionally in PhxChannel.off it would use removeIf instead of re-assigning the filtered result.

Copy link
Owner

@dsrees dsrees left a comment

Choose a reason for hiding this comment

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

👍 This looks great. Thanks!

@dsrees dsrees merged commit e7db7fa into dsrees:master Nov 21, 2018
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.

2 participants