A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
An alternative is to take in DynamicDataStoreFactory as dependency and then use the factory to Create/Get different store instances for each request
Hi all,
In a recent intranet project I used the dynamic data store to create social based functionality likes, comments, notifications, awards etc
I wasn't aware at the time that it is not thread safe. Starting an extra worker process in IIS gave unexpected results.
Any advice on how to make the calls to dds thread safe so that I can add an extra worker process if needed?
Thanks,
Paul