-
Notifications
You must be signed in to change notification settings - Fork 104
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
iOS 11.2.2 Worker error #20
Comments
Looks like it's connected to Spectre fixes in browsers. Also it can be connected to this bug. I think running asmjs version for Safari users should work as temporary workaround. |
Confirmed working with just asm.js. From the comments in the bug you linked, the issues persists in 11.2.5 beta, so I'll just stick with asm.js for now. Thanks! Might be good to leave this open until it gets resolved so others are aware. |
Looks like this only affects iOS 11.2.2-11.2.5, 11.3.0 and up should be fine. Adding this for my own notes. |
Meaning every affected setup has the ability to upgrade to 11.2.6, which is not affected. Given that and since iiuc it's not something on JSO's side, but rather due to an issue with an early Spectre/Meltdown-fix in iOS, it seems safe to close this now. |
After the iOS 11.2.2 update released Jan 8th 2018 the library is now failing to operate properly, and is throwing the error shown below. It was tested in both the native safari browser and in a web view embedded in an application on device against the sample application in this repo. Any thoughts?
The text was updated successfully, but these errors were encountered: