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

Connection should not process messages when in closed state #3249

Closed
vietj opened this issue Jan 8, 2020 · 0 comments
Closed

Connection should not process messages when in closed state #3249

vietj opened this issue Jan 8, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@vietj
Copy link
Member

vietj commented Jan 8, 2020

Currently connections can process messages when the connection is closed. Since channels become inactive asynchronously, closing a channel when handling messages will deliver the signal after the messages are processed. We need to keep track of the closed status within the connection and avoid processing messages when the connection is closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant