Skip to content

refactor: rewrite from URLWebSocketTask to NWConnection #11

Open
@grabbou

Description

@grabbou

URLWebSocketTask is built-in iOS API. Unfortunately, it does not support closing with custom codes. To support that, we would have to migrate to something more flexible, such as NWConnection, that this module is based on.

I have a work-in-progress implementation in the tmp branch, however, it has worse performance on sending, which has to be investigated.

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