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 #195 #197

Merged
merged 3 commits into from
Aug 1, 2014
Merged

Fixes #195 #197

merged 3 commits into from
Aug 1, 2014

Conversation

NiteshKant
Copy link
Member

RxClient.shutdown() was shutting down the eventloop.

This caused the following scenario impossible to work:

  1. Create some clients
  2. Shutdown all of them
  3. Create another client & try to use it.

In the above scenario, at stage 3, the eventloop is shutdown and hence can not be used by the newly created client.

Removing the eventloop shutdown. Since, the eventloop is always a daemon, shutting it down isn't really necessary.
We will think about graceful JVM shutdown scenarios and hence a need to provide a global shutdown on RxNetty later.

Nitesh Kant added 3 commits July 31, 2014 14:50
RxClient.shutdown() was shutting down the eventloop.

This caused the following scenario impossible to work:

1) Create some clients
2) Shutdown all of them
3) Create another client & try to use it.

In the above scenario, at stage 3, the eventloop is shutdown and hence can not be used by the newly created client.

Removing the eventloop shutdown. Since, the eventloop is always a daemon, shutting it down isn't really necessary.
We will think about graceful JVM shutdown scenarios and hence a need to provide a global shutdown on RxNetty later.
@cloudbees-pull-request-builder

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

@cloudbees-pull-request-builder

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

@cloudbees-pull-request-builder

RxNetty-pull-requests #126 SUCCESS
This pull request looks good

NiteshKant added a commit that referenced this pull request Aug 1, 2014
@NiteshKant NiteshKant merged commit 2244bd6 into ReactiveX:master Aug 1, 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