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
During the port of Foundation to Android it was found that delegation of completion from a NSURLSession through an Operation Queue was not working. The solution was to make sure -DDEPLOYMENT_ENABLE_LIBDISPATCH was defined during the build but it is possible the non-dispatch code path does not work. Discussion: