First, This is not a duplicate of
because they request to add the react-native-tcp package.
My request is for a new implementation of tcp sockets not based on that package, because the package does not seem to be maintained anymore and has issues with leaks in my tests.
Furthermore the implementation should be more modern in regards to Promises/AsyncAwait rather than callbacks and event emitters.
this package has a more modern API in comparison to react-native-tcp.