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 548dbc1 commit f2d88f0Copy full SHA for f2d88f0
docs/docs/usage/sdk/how-to-use.md
@@ -29,6 +29,8 @@ If using Node.js you can import the library with:
29
const { StreamrClient } = require('@streamr/sdk');
30
```
31
32
+### Cleaning up
33
+
34
After the StreamrClient is no longer needed or the process is shutting down it is very important to destroy the StreamrClient:
35
36
```js
0 commit comments