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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: