Rapsssito / react-native-tcp-socket

React Native TCP socket API for Android, iOS & macOS with SSL/TLS support.
MIT License
315 stars 80 forks source link

Is this compatible with Node 'tls' API? #87

Closed radelcom closed 3 years ago

radelcom commented 3 years ago

Description

Just a question if this library is also compatible with Node TLS API

Rapsssito commented 3 years ago

@radelcom, sadly only TcpSocket.createConnection() has some functionalities from the tls API (take a look at the createConnection() documentation). However, take into account that tls and net API's share most of functionalities.

github-actions[bot] commented 3 years ago

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs.