Skip to content
Discussion options

You must be logged in to vote

Looping back around on this. This lib is not technically guaranteed to be thread safe, however in practice in the "regular" use-case, it should be in practice. Unless you're doing things like altering configuration on the fly of a shared configuration object - that will likely cause inconsistent behaviour, but it's also something I don't see people actually doing in practice.

In the new V5, rather than passing in a string for the DeniedCaractersRegex, you'll pass in a Regex object - which are thread safe.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ctolkien
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #137 on March 18, 2025 11:14.