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 bug where isolates sometimes don't start. #49

Merged
merged 1 commit into from
May 31, 2020

Conversation

speaking-in-code
Copy link
Contributor

Raw callback handles can be 64 bits, and the long type in objective c is
only 32 bits. This leads to weird bugs where isolates don't start because the
objective C code can't find the callback. This seems to happen more
often on physical devices.

This fixes ryanheise/audio_service#334.

Raw callback handles can be 64 bits, and the long type in objective c is
only 32 bits. This leads to weird bugs where isolates don't start because the
objective C code can't find the callback. This seems to happen more
often on physical devices.

This fixes ryanheise/audio_service#334.
@ryanheise ryanheise merged commit 85db1da into rmawatson:master May 31, 2020
@ryanheise
Copy link
Collaborator

Nice find!

@ryanheise
Copy link
Collaborator

Your fix is now published.

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.

iOS: getting MissingPluginException in example application
2 participants