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

Fixes issue #145 (ReadTimeoutHandler remove causes deadlock) #146

Merged
merged 3 commits into from
Jun 24, 2014

Conversation

NiteshKant
Copy link
Member

ChannelPipeline.remove() is a blocking call when not called from the associated eventloop.

Now, instead of removing the handler from the pipeline, it is deactivated on close and re-activated when the pipeline is used again.

ChannelPipeline.remove() is a blocking call when not called from the associated eventloop.

Now, instead of removing the handler from the pipeline, it is deactivated on close and re-activated when the pipeline is used again.
@cloudbees-pull-request-builder

RxNetty-pull-requests #73 ABORTED

@cloudbees-pull-request-builder

RxNetty-pull-requests #74 FAILURE
Looks like there's a problem with this pull request

@cloudbees-pull-request-builder

RxNetty-pull-requests #75 FAILURE
Looks like there's a problem with this pull request

NiteshKant added a commit that referenced this pull request Jun 24, 2014
Fixes issue #145 (ReadTimeoutHandler remove causes deadlock)
@NiteshKant NiteshKant merged commit e80a725 into ReactiveX:master Jun 24, 2014
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