Static Dictionary in Hub class

Issue #22 new
Arman Forghani created an issue

@pszmyd Thank you so much for this great module.

I have a problem. Don't you think using static readonly ConcurrentDictionary (in chat sample) causes problem for multitenancy feature in Orchard? I think in this case all instances of a hub class (through all tenant) use a shared dictionary to store users, ....

Do you recommend using CacheManager instead?

Comments (0)

  1. Log in to comment