Yo Eight

Results 32 comments of Yo Eight

Hey @seanppayne , I need you to share exactly how you wrote your metadata. I don't need to see the data of course but I need to ascertain you use...

You confirm that all the events you write have their metadata set to `UserMetada` of yours?

Hey @seanppayne, I wrote an unit test to try to reproduce your issue. Unfortunately, it's still working as expected: ```go func eventMetadataOperation(db *esdb.Client) TestCall { return func(t *testing.T) { streamID...

Hey @dosomder, Can you share some info on your runtime workload when it happens? Is there a situation where you delete a stream while another part of your code is...

@dosomder Sorry for taking time to respond. I think you have diagnosed the issue properly. I need to conduct some tests to see when an exception has been raised in...

Unfortunately, I can assure you that the issue is still there, even if it's scarce. I never managed to reproduce it locally but per RX documentation, the way we just...

Hey @coreydowning, I wasn't aware of that. I'll have that patch sorted out as soon as possible

So far it seems impossible to keep feature parity while being grpc-backend agnostic. I can replicate everything but being able to disable certificate verification, which is quite useful in testing/dev...

I haven't looked at that PR since my last message. Did `grpc-stub` change during this time? This is not a priority, only best effort.

I would put that PR on hold because I'm unable to disable certificate verification using `Grpc.newChannelBuilderForAddress` and `TlsChannelCredentials` only. Setting a custom insecure trust manager and a hostname verifier do...