george-weare8
george-weare8
I can't seem to find how to use Redis implementation, I searched the repo and it seems in one of your tests you have an absolute directory path retrieving the...
I understand the IDistributedLock provider is a memory application process distributed lock, do you support a distributed locking like RedLock.NET? https://github.com/samcook/RedLock.net
Hi all, I have an ASP.NET Core 6 Web API project and registering the services in Startup.cs like below. ``` public void ConfigureServices(IServiceCollection services) { services.AddWorkflow(); services.AddTransient(); services.AddTransient(); services.AddTransient(); services.AddTransient();...
I have a solution for video streaming to players on AWS and works fine with native iOS and Android, I wonder if we will convert to Xamarin Forms this player...