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
URLSessionTask used to not have a delegate field and delegate (hah!) all delegate calls to the session delegate. Now there is a delegate field in URLSessionTask, but the code is still designed to call the session delegate. So if one sets a delegate on the URLSessionTask object, this delegate methods are not called.
The text was updated successfully, but these errors were encountered:
leuski
changed the title
URLTaskDelegate methods are not called on Linux.
URLSessionTask delegate methods are not called on Linux.
Mar 12, 2025
URLSessionTask used to not have a delegate field and delegate (hah!) all delegate calls to the session delegate. Now there is a delegate field in URLSessionTask, but the code is still designed to call the session delegate. So if one sets a delegate on the URLSessionTask object, this delegate methods are not called.
The text was updated successfully, but these errors were encountered: