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

parseMultiple returns before SynchronizedArray has finished appending phone numbers #62

Closed
hartbit opened this issue Sep 6, 2016 · 2 comments

Comments

@hartbit
Copy link

hartbit commented Sep 6, 2016

Was getting an empty array back. I used breakpoints to see that the SynchronizedArray.append async call happens after parseMultiple returns. I there's a wait missing to wait until SynchronizedArray's accessQueue is empty.

@marmelroy
Copy link
Owner

Hi @hartbit, sorry for the delay - was busy with the release of 1.0 and the Swift 3.0 transition.

I do believe there is indeed an issue here - will continue to investigate.

@marmelroy
Copy link
Owner

Hey @hartbit, there were a lot of changes to parseMultiple in the last release and I believe this should be fixed by now. Let me know if you are still facing issues after updating.

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

No branches or pull requests

2 participants