react-native-tcp-socket
react-native-tcp-socket copied to clipboard
React Native TCP socket API for Android, iOS & macOS with SSL/TLS support.
Adds previously missing usage of `timeout` option
Sends write exection only if socket is not null. This crashed the app I'm currently working on as described in this Ticket: #153
## Description When providing a callback function to server.close() it works as expected on Android but on iOS (iOS Simulator iPhone 13 iOS 15.2) the callback never fires. Despite this...
hello, when call write func with default encode utf8 and callback , I think it is more convenience to only pass to params: (buffer,cb); Nodejs also did it this way.
* Methods: * [x] `socket.setNoDelay()` (#52) _Originally posted by @Overtorment in https://github.com/Rapsssito/react-native-tcp-socket/issues/38#issuecomment-610916087_ * [x] `socket.setKeepAlive()` (#62) _Originally posted by @Overtorment in https://github.com/Rapsssito/react-native-tcp-socket/issues/38#issuecomment-610916087_ * [x] `socket.setEncoding()` (#74) _Originally posted by @Overtorment...
## Description I once experienced a crash when my app was in the background for a while, and I opened so it tried to go to foreground. I immediately looked...
## Description Hi I have been evaluating your module as an update for some older react-tcp code and it performs well. Great job and good work in keeping the calls...
HI, I'm trying to create a tcp connection to host in iOS, connection success or error not emitting in particular iOS versions with particular devices for the first time, but...