Closed
Description
Websocket throws Error writing to stream error on iOS platform
React Native version:
React Native Environment Info:
Fetching system and libraries information...
System:
OS: macOS High Sierra 10.13.6
CPU: (4) x64 Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
Memory: 26.56 MB / 4.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 10.16.3 - /usr/local/bin/node
npm: 6.9.0 - /usr/local/bin/npm
SDKs:
iOS SDK:
Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1
IDEs:
Android Studio: 3.5 AI-191.8026.42.35.5791312
Xcode: 10.1/10B61 - /usr/bin/xcodebuild
npmPackages:
react: 16.8.6 => 16.8.6
react-native: 0.60.5 => 0.60.5
npmGlobalPackages:
react-native-cli: 2.0.1
Steps To Reproduce
- create a web socket connection in react-native using new WebSocket()
2.once the web socket trying to connect to the server it will Throws the error
Describe what you expected to happen:
Expecting the socket to communicate the server and wait for the server response.
Added AppTransportSecurity still gets me error
Snack, code example, screenshot, or link to a repository:
https://snack.expo.io/r14899hLS