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

DefaultClient state fix when client is stopped #37

Merged
merged 2 commits into from
Aug 25, 2017
Merged

DefaultClient state fix when client is stopped #37

merged 2 commits into from
Aug 25, 2017

Conversation

bbijelic
Copy link
Contributor

Hi,

consider following:

...
client.stop();
client.isStarted(); // Returns true

After stopping client, I would expect client.isStarted() to return false.

This pull request fixes this issue by simply setting started flag to false in stop() method.

Cheers,
Bojan

@atomashpolskiy atomashpolskiy merged commit 4b1a928 into atomashpolskiy:master Aug 25, 2017
@atomashpolskiy
Copy link
Owner

@bbijelic , thanks !

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

2 participants