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
This library implements the [WebSocket Web API](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) and is meant to be a drop-in replacement for React Native's WebSocket implementation.
31
31
32
+
Under the hood, it uses:
33
+
- on iOS, built-in WebSocket API ([URLSessionWebSocketTask](https://developer.apple.com/documentation/foundation/urlsessionwebsockettask))
0 commit comments