-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Crashed: NSOperationQueue 0x283a84820 (QOS: UNSPECIFIED) #588
Comments
I have similar issues. My assumption is that need to move to Network.framework as soon as possible. |
It seems should need a read-write lock for outputStrream and inputStream, as the function cleanup() may hang up, and at the same time other function execute some code to access the variables. |
Check out #653. It completely changes the way this is handled and hopefully should resolve this issue. |
Hey guys! |
Version 4.0.0 has been released which removed the use of the operation queues which should resolve this specific crash. Thanks (and also for the patience of a new release as it has been a while!) |
Crashlytics has reported on the following crash:
This has happened on an iPhone X running iOS 12.1.0. The version of Starscream is 3.0.5.
The text was updated successfully, but these errors were encountered: