Skip to content

Commit

Permalink
Add readme section regarding thread safety (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Jul 3, 2024
1 parent 2db6ff6 commit 4a69ba7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,8 @@ To create a v1.x compatible user (as described [here](https://docs.influxdata.co
```sh
influx v1 auth create --read-bucket ${BUCKET_ID} --write-bucket ${BUCKET_ID} --username ${USERNAME} --password ${PASSWORD}
```


## Thread safety

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 comments on commit 4a69ba7

Please sign in to comment.