We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a940ad5 commit 9f9f6a2Copy full SHA for 9f9f6a2
README.md
@@ -142,6 +142,8 @@ try {
142
} catch (err) {
143
console.error('Error SendingTcpMSg', err);
144
}
145
+
146
+// Eventually when you're done and *after* recieving your data close the connection
147
await conn.close();
148
149
```
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-tor",
3
- "version": "0.1.6",
+ "version": "0.1.7",
4
"description": "Tor for React Native",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
0 commit comments