How to make a plugin thread safety.?
Suppose concurrent users are hitting the CRM, and plugin is in update message, how to ensure that every hit to plugin is thread safe.
Is there any mutex or lock concept to handle the concurrency issue.
Any suggestion/solution is appreciated.