customerio-python
customerio-python copied to clipboard
Note lack of thread safety in `use_connection_pooling`
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.