react-native-tcp-socket
react-native-tcp-socket copied to clipboard
React Native TCP socket API for Android, iOS & macOS with SSL/TLS support.
Firstly, thank you for all the work that has went into building this package. Are there any plans to support React Native New Architecture, given that it will be the...
## Description i had toadjust this call:  nodejs supports several signatures, but looks like this lib supports only one: 
Hello I'm trying to make a TLS connection between my device and a remote server. I making this to stablish the connection: ``` const options ={ port:3001, host:ipLider, localAddress:'0.0.0.0', reuseAddress:true,...
Hi, I am trying to port a library [androidtv-remote](https://github.com/louis49/androidtv-remote) that was originally designed to run in a node environment to be able to run inside a react-native app. For the...
## Description After upgrading to 6.2.0, I'm unable to build my project with this error ``` Execution failed for task ':app:checkReleaseDuplicateClasses'. > A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable > Duplicate...
## Description I am currently working on a conversion of the [node-thermal-printer library](https://github.com/Klemen1337/node-thermal-printer) into a React Native library. For this, I need to replace some node modules with fitting React...
Fatal Exception: NSInvalidArgumentException: [__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0] This happens in line 191 of TcpSockets.m, called from line 476 in TcpCocketClient.m. My server is a plain...
## Description The Application always cause a crash every time I write a large amount of data to the socket I tried it on multiple devices, i observed that the...
## Description Your .setTimeout method does not work correctly - when calling .setTimeout the "timeout" event is only called once Also your .setTimeout only takes write activity into account The...
Hello, is this library suitable for modbus tcp communication? does anyone have experience with it?