Michael Ries

Results 11 comments of Michael Ries

We've encountered this also. We have about the simplest configuration possible -- 3 nodes which are all replicas of each other, with active-active and multi-master enabled. Each node has 16GB...

Maybe I'll try the ring configuration, and if that still doesn't work I'll start dropping the features that made me pick this over redis... Multi-master and/or Active-Active. I really don't...

Thanks for the clarification, but I'm not having any luck. I have tried a unidirectional ring configuration and turning off multi-master, but it seems that if I shutdown a node...

I gave up and am using the sentinels now.

We're facing a similar problem. In our case, the token is user-specific and can only be provided from a scoped context. I've read many issues similar to this one and...

Thanks! That worked great! On Thu, Apr 4, 2024 at 1:19 PM Socolin ***@***.***> wrote: > @mikeries You can check this #3467 (comment) > > > — > Reply to...

I believe I've also run into issues with this... I usually get the following exception, but I occasionally see others, including one about connecting to an already connected client. 2024-09-24T18:49:03.6418124Z...

Is there a simple workaround? I'd rather not have to create and maintain a custom fork of this project, but as it stands it is completely unusable for me.

@inf9144 Thanks for the code. I have managed to get it working as a custom transport, but I'm not sure I configured the TransportFactory correctly... it seems a little janky....

@pjninnis I just discovered this issue also, and after some poking around I found that support for a lot of async stuff was added to the core SSH.Net library. I...