William Chong
William Chong
Hey @innocentiv, we will remediate this as soon as we can. The code always assumed that a cluster DNS was used, so it picked the first item in the host...
@innocentiv With your current setup, using +discover alongside multiple gossip seeds is ineffective. In the current implementation, It's best to remove +discover from your connection string. When multiple gRPC targets...
@innocentiv That's right. This is a problem and it's causing confusion. That's why we're fixing it.
I discovered that If a github actions workflow file exists in both the default branch (e.g master) and a feature branch (e.g. test), the contents of the file can differ...
I discovered that If a github actions workflow file exists in both the default branch (e.g master) and a feature branch (e.g. test), the contents of the file can differ...
It seems to work again after upgrading to Rider 2025.2 EAP4
Hey @federicoorlandini It's hard to read the code the way it's been formatted. Is there a repository we can look at to see the code?
This might be caused by lingering connections from the previous container. I would make sure to close the client before stopping the container. Perhaps something like this: ``` @AfterEach public...
Could you please share the configuration you're using to run the EventStoreDB server?
I couldn't replicate the issue. I used the same EventStoreDB configuration as yours, subscribed to the $all stream using catch-up subscriptions, starting from the beginning, and appended some events. Does...