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

fix(iOS): Revert wrong removal of promise resolution #225

Merged
merged 1 commit into from
Dec 16, 2021
Merged

fix(iOS): Revert wrong removal of promise resolution #225

merged 1 commit into from
Dec 16, 2021

Conversation

haveneersrobin
Copy link
Contributor

In #214 a bug was fixed regarding disconnectFromSSID having no effect. However, I'm pretty sure the resolve(nil) was wrongly removed. In our code, the promise now never resolves.

This PR reverts that unwanted deletion and makes sure the (JS) promise resolves.

Tested with our code.

@eliaslecomte
Copy link
Collaborator

@scarlac can you also have a look at this?

Copy link
Contributor

@scarlac scarlac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, I'm sorry! Thanks for finding that

@haveneersrobin
Copy link
Contributor Author

@JuanSeBestia would you mind approving?

@eliaslecomte eliaslecomte self-assigned this Dec 13, 2021
@Rapsssito Rapsssito changed the title Revert wrong removal of promise resolution fix(iOS): Revert wrong removal of promise resolution Dec 16, 2021
@Rapsssito Rapsssito merged commit 89eda2d into JuanSeBestia:master Dec 16, 2021
JuanSeBestia pushed a commit that referenced this pull request Dec 16, 2021
## [4.4.2](v4.4.1...v4.4.2) (2021-12-16)

### Bug Fixes

* **iOS:** Revert wrong removal of promise resolution ([#225](#225)) ([89eda2d](89eda2d))
@JuanSeBestia
Copy link
Owner

🎉 This PR is included in version 4.4.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

5 participants