-
Notifications
You must be signed in to change notification settings - Fork 34
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
TypeError: undefined is not an object (evaluating '_this$workers$workerN.isBusy') #94
Comments
update : this work on an iPhone 8 but not on an iPhone 13 |
Can you provide the code of the initialization of "workerN", seems like something went wrong there. Can you reinstall the testapp on iPhone13 and test again? |
Hello, I ran into this error on iOS and seems like it happens randomly. i am not sure i am using the library in a right way, but it works most of the time. the error has been logged on different iOS device, from iPhone 8 to iPhone 14 Pro, and the iOS version is from 15.4.1 to 16.3.1 here is the error and where it happens
i hope these information can help, and if you need more information plwase let me know, thank you |
@xeroxcsn thank you for the information. Are you calling the removeWorker function somewhere in your code? |
I get this issue as well and am not calling I noticed however that I consistently get this issue when running via |
Hello,
I tried some things with this lib, and everything was good... but now, whatever i'm doing i get this error, even with the doc example :/
This happen when I use the "addJob" method.
I don't understand at all what the problem.. does someone can help me ?
last try :
The text was updated successfully, but these errors were encountered: