EventStoreConnection and threads

Hi Guys,

Is it safe to share the EventStoreConnection instance between threads? Or each thread must have its own connection?

In my prototype I encapsulate the connection in my repository (which seems logical) and now the real question is if I can share the repository or not :slight_smile:

Cheers,

Alexey.

You can share.