customerio-python icon indicating copy to clipboard operation
customerio-python copied to clipboard

Note lack of thread safety in `use_connection_pooling`

Open wolever opened this issue 2 years ago • 0 comments

Currently the client is not thread safe when use_connection_pooling=False (https://github.com/customerio/customerio-python/pull/94).

Until the PR addressing this issue can be merged, add a note to warn users of this behaviour.

wolever avatar Sep 12 '23 21:09 wolever