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

Kill channels on WS transport terminate #796

Closed
wants to merge 2 commits into from

Conversation

novaugust
Copy link
Contributor

This is just proof of concept to demo a fix for #795. Sadly, it doesn't matter what we return in the ws_terminate method as cowboy's just going to kill us no matter what and call it a day. So, we need to send some sort of notification to the transport's open channels to notify them they should exit. I've hacked that by just having the VM do it for me ;)

@novaugust
Copy link
Contributor Author

Closing against 3a60e42 :)

@novaugust novaugust closed this Apr 23, 2015
@novaugust novaugust deleted the channel_leaks branch April 23, 2015 13:24
Gazler pushed a commit that referenced this pull request Sep 6, 2017
* reference Redis adapter

* remove sentence
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

1 participant