-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this library safe to use? #84
Comments
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 |
The problem is that there is no alternative for pure-tcp library :( |
@aprock Is this repo being maintained? Or has this been abandoned? |
looks abandoned, however still the best out there. someone needs to fork and maintain, but who! |
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. |
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! |
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.
The text was updated successfully, but these errors were encountered: