Mert Köküşen
Mert Köküşen
Thank you for the swift response. We will user other transports.
We needed to skipNegotiation to force it to use web sockets to we don't need to configure sticky sessions on our load balancer. But now we will probably go with...
Does this mean we will have to wait 2021 november for threading support?
@matthias-jauernig are you still using this library on prod? We are considering forking the repo to build dlls from dev branch, just wondering if it's stable?
I see, thanks. Did you create locks per item key or wrapped the call site with a single lock object?
Thanks a lot. We implemented something similar by managing multiple semaphoreslim objects but LockProvider seems to be cleaner.