ActiveCampaign / postmark-dotnet

A .NET library for the Postmark API

Home Page:http://developer.postmarkapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document tread-safety guarantees for PostmarkClient

anton-gogolev opened this issue · comments

I could not find anything with regards to whether PostmarkClient instances are thread-safe or not. Looking through the source code I haven't seen anything immediately non-thread-safe, but I'd still like to get a confirmation straight from the horse's mouth.

I haven't specifically audited the code for thread-safety, but it should be thread safe. PostmarkClient is fairly light-weight, so you should be fine to instantiate one for each request if you're concerned about this.