Skip to content

URLSessionTask delegate methods are not called on Linux. #5187

Open
@leuski

Description

@leuski

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions