Skip to content

Commit cb41ae0

Browse files
whereswaldonsagikazarmark
authored andcommitted
doc: discuss concurrency in README
1 parent 7fdb267 commit cb41ae0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,9 @@ There has been several attempts to implement case sensitivity, but unfortunately
856856

857857
You can vote for case sensitivity by filling out this feedback form: https://forms.gle/R6faU74qPRPAzchZ9
858858

859+
### Is it safe to concurrently read and write to a viper?
860+
861+
No, you will need to synchronize access to the viper yourself (for example by using the `sync` package). Concurrent reads and writes can cause a panic.
859862

860863
## Troubleshooting
861864

0 commit comments

Comments
 (0)