I'm working on high scale project that using Azure Events Hub (under ServiceBus).
I writing Events Publisher
that send events to Events Hub by using the .Net class EventHubClient
.
Someone know if the EventHubClient
class is thread safe and can be use from different threads / tasks ?