Skip to content
This repository was archived by the owner on Mar 2, 2023. It is now read-only.

Is the Class UnityPerRequestHttpModule Safe Threading ? #16

Open
ccauvin opened this issue Dec 13, 2019 · 1 comment
Open

Is the Class UnityPerRequestHttpModule Safe Threading ? #16

ccauvin opened this issue Dec 13, 2019 · 1 comment

Comments

@ccauvin
Copy link

ccauvin commented Dec 13, 2019

In our processing by Request we have multi task processing. We noticed a crash when accessing the static dictionary object.

Shouldn't access to the dictionary be synchronized (locked)?

Or use a ConcurrentDictionary Class ?

Thanks for your feedback

@ENikS
Copy link
Contributor

ENikS commented Dec 13, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants