mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-14 04:59:45 +08:00
Summary: We always use `NSData` to send, for the `NSString` support, we already transform to `NSData` before call `_sendFrameWithOpcode` method. So we can remove these class check. Changelog: ---------- [iOS] [Changed] [RCTSRWebSocket] - Remove class check and make data parameter of `_sendFrameWithOpcode` constraint to `NSData` Pull Request resolved: https://github.com/facebook/react-native/pull/22633 Differential Revision: D14320451 Pulled By: cpojer fbshipit-source-id: 63ac194d08965d7518a8ac38eea77fd5b43b6147