react-native-tcp-socket
react-native-tcp-socket copied to clipboard
React Native TCP socket API for Android, iOS & macOS with SSL/TLS support.
Starting from Expo 45 `NativeEventEmitter` requires params to be defined explicitly. Otherwise, it is crashing with
## Description When does the library support the windows platform? I am building a TCP client application with react-native-window. I need some help ## Expected behavior a tcp client application...
Hi there. I am doing my application as given in the example, but for some reason, no information comes to the server connection **Client.js** ``` import TcpSocket from 'react-native-tcp-socket'; import...
Hi, I'm using your component to connect to an embedded device exposing a wifi interface and listening to a TCP socket. This device closes automatically the connection after 10 seconds...
## Description Due to a condition in [didReceiveTrust](https://github.com/Rapsssito/react-native-tcp-socket/blob/v6.0.6/ios/TcpSocketClient.m#L394-L397) combined with `_checkValidity` [only being set locally](https://github.com/Rapsssito/react-native-tcp-socket/blob/v6.0.6/ios/TcpSocketClient.m#L127-L129), the trust evaluation will yield false positive results and exit early when using a pinned...
## Description `net.createServer` has an optional `options` argument as the first parameter - https://nodejs.org/api/net.html#netcreateserveroptions-connectionlistener This module expects the first option to be a listener: https://github.com/Rapsssito/react-native-tcp-socket/blob/3b7ac048fc035c015caa614541570b9d7d4563b9/src/index.js#L8-L14 ## Steps to reproduce ```js...
## Description I got crash when calling TcpSocket.createConnection, both on Android and iOS, after I create and destroy a tcp socket about 4/5 times. I destroy the socket with two...
Hi There, I am trying to establish a tls connection to an external device on the network. I don't have any certificate file. When I try to connect, I get...
Hello everyone. I see in the sentry sometimes this errors. Maybe someone are faced also with this issues?