PeelTechnologies / react-native-tcp

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

Fix the global.process issue in TcpSocket.js while preserving debugging #89

Open rrrhys opened 5 years ago

rrrhys commented 5 years ago

Fix the global.process issue in TcpSocket.js while preserving ability to debug with Chrome/vscode.

Overwrites global.process in TcpSocket.js only when one of the following is true:

phillbaker commented 5 years ago

Thanks @rrrhys. I recently started helping to maintain this library - maintenance has moved to a fork: https://github.com/aprock/react-native-tcp. Mind repointing your PR there?