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

Bug on Reconnect #20

Closed
wants to merge 2 commits into from
Closed

Bug on Reconnect #20

wants to merge 2 commits into from

Conversation

castral
Copy link
Contributor

@castral castral commented Feb 24, 2015

Fixing a bug where -connectionManagerDidReconnect: wasn't getting called because _reconnecting was set to NO before calling the appropriate delegate method.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 78.1% when pulling c4e7487 on castral:master into 55f6877 on Wolox:master.

@guidomb guidomb closed this in 1a39de2 Feb 26, 2015
@guidomb
Copy link

guidomb commented Feb 26, 2015

I added a spec to show up the bug and fixed it in this commit. I used a local variable to saved the reconnecting value because I want that when the delegate's method is invoked the properties are set with the correct value.

Thanks for reporting this. I am going to release a beta 3 version of the pod today.

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

3 participants