Maciej Chmielewski
Maciej Chmielewski
Hi, I was wondering if in the followin scenario I would break any of the functionalities of CacheManager when using Redis. Lets assume I have multiple instances of an application...
Hi, we are using StackExchange.Redis through [this nuget ](https://github.com/MichaCo/CacheManager). We are hosting app service in Azure, and using _Azure Cache for Redis_ as Redis server. As a foreword - I...
[Bug] Significant performance decrease after updating Microsoft.Identity.Web from 1.16.0 to 1.25.1
### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 1.25.1 ### Web app Not Applicable ### Web API Protected web APIs (validating tokens) ### Token cache serialization Not Applicable ### Description Performance...
### Which service(blob, file, queue, table) does this issue concern? blob ### Which version of the Azurite was used? 3.22 Hi, with Azurite I am able to set blob access...
Hi, my question is simple - Let's assume I want to send 10000 messages, while being in a message handler already. Can I do optimization in any way? I see...