William Chong

Results 36 comments of William Chong

I wonder if it could be an issue with your certificates. I'm not sure though. maybe try running it in insecure mode?

I’m trying to narrow this down but so far I can’t reproduce the error. Here’s the minimal setup I used (no proxies, single node EventStoreDB from docker-compose): ``` var client...

Can you explain what `onEventsAppeared([TranslatedGrpc(resolvedEvent)])` is doing? Also, what is `ResolvedEventByGrpcClient`?

You mentioned that it doesn’t happen intermittently. Under what specific conditions do you notice the issue occurring so that I can try to reproduce it on my side? For example,...

Hey @riccardone, Thanks for creating the issue. That’s already the case. [ExcludeSystemEvents](https://github.com/kurrent-io/KurrentDB-Client-Dotnet/blob/3d8d3bb3e66cb49244f36d7275fb4305e22a6c85/src/KurrentDB.Client/Core/RegularFilterExpression.cs#L19) only excludes events that begin with "$". I suspect that your start position is after the deleted events,...

I couldn't reproduce it locally. Can you try it without the filter to see if the events you wanted to see don't have a $ at the beginning?