PeelTechnologies / react-native-tcp

node's net api in react-native
MIT License
284 stars 213 forks source link

Is this library safe to use? #84

Open albertkim opened 6 years ago

albertkim commented 6 years ago

This is for all the people who have used this package in their projects - would you recommend others to try it out?

I feel skeptical using this, but if someone can vouch that it works for its intended use case (maybe with just a few edge cases not working), that would be awesome. Otherwise, this issue can be a warning to developers wanting to save themselves a headache.

beau6183 commented 6 years ago

I wish I could vouch for it. I'm doing a prototype with it right now and cannot send more than a single message from server to client before socket.write('...') stops doing anything.

jmceara commented 6 years ago

The problem is that there is no alternative for pure-tcp library :( I'm looking for alternatives too.

beau6183 commented 6 years ago

@jmceara This fixes the issue that I was complaining about. So far it's been pretty solid. https://github.com/PeelTechnologies/react-native-tcp/pull/87

schontz commented 5 years ago

@aprock Is this repo being maintained? Or has this been abandoned?

pstanton commented 5 years ago

looks abandoned, however still the best out there. someone needs to fork and maintain, but who!

acb commented 5 years ago

I found a fork here: https://github.com/sausaw/react-native-tcp

It looks like they've pulled in some/most of the PRs here, including the fix mentioned above.

Can't vouch for that maintainer, it seems like the safest method is to make your own fork and pull the things that you want. Not great.

phillbaker commented 5 years ago

Hi all. I recently started helping to maintain this library and have released a new version to NPM - maintenance has moved to a fork: https://github.com/aprock/react-native-tcp. Any PRs there would be welcome!