Skip to content

Commit 4609896

Browse files
committed
Add readme section regarding thread safety (#251)
1 parent e1c7c75 commit 4609896

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,8 @@ To create a v1.x compatible user (as described [here](https://docs.influxdata.co
149149
```sh
150150
influx v1 auth create --read-bucket ${BUCKET_ID} --write-bucket ${BUCKET_ID} --username ${USERNAME} --password ${PASSWORD}
151151
```
152+
153+
154+
## Thread safety
155+
156+
This library is not thread-safe. Using it in a multi-threaded environment without proper synchronization mechanisms may lead to unexpected behavior and data corruption.

0 commit comments

Comments
 (0)