Rapsssito / react-native-tcp-socket

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

Minor inconsistency with node's net api #186

Open Overtorment opened 5 months ago

Overtorment commented 5 months ago

Description

i had toadjust this call:

image

nodejs supports several signatures, but looks like this lib supports only one:

image

Overtorment commented 5 months ago

related: https://github.com/BlueWallet/BlueWallet/pull/6061