Skip to content

Allow client to be shared between threads

Latest
Compare
Choose a tag to compare
@wboayue wboayue released this 02 Oct 05:00
01a521d

Adds changes from @mondeja thats allows the client to be shared between threads.

Sharing the client between threads was intentionally not allowed, but if you understand the potential issues this release allows that option. See discussion here.

The recommended model is still a client per thread, but now you have options.