You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execute an ImageRequest on a background callback queue
Checks that it crashes with a _dispatch_assert_queue_fail ()
Obs 1.: If the queue is main (no queue provided nil or explicitly passing .main) or compiled with Swift 5 languange mode it works as expected
Obs 2.: If we wrap the call on a continuation to make a async version for some reason it works
Steps to reproduce:
ImageRequest
on a background callback queue_dispatch_assert_queue_fail ()
Obs 1.: If the queue is main (no queue provided nil or explicitly passing .main) or compiled with Swift 5 languange mode it works as expected
Obs 2.: If we wrap the call on a continuation to make a async version for some reason it works
Sample Code
The text was updated successfully, but these errors were encountered: