Max Ekman

Results 135 comments of Max Ekman

This is not fixed, it may cause race conditions depending on your setup of event handlers (projections, sagas etc).

Thanks! Yes, that will at least make it more predictable. It all depends on if you dispatch commands from different goroutines or not (dispatching on HTTP requests will be concurrent...

Not yet in the library. You can either rely on the event store dictating which command gets saved first (the other fails) or you could write your own wrapper which...

The RenameEvent method should also verify that the rename was successful.

I'm facing the same issue. Running grpc-web 1.2.1 against an Istio 1.7.6 ingress gateway. In my case I create the clients without hostname: ```js const client = new BookingServicePromiseClient('') ```...

I can give it a go, I’m using the lib for a client after all.

I was under the impression that setting `MaxAckPending` would allow parallel processing of the callback to `QueueSubscribe`, but apparently not after reading this. The docs makes it sound like there...

I would also like to play HL2 on Catalina. Really sad to see it break. Hopefully Valve can rebuild the apps for 64-bit relatively easy!

Hey, sorry for not responding sooner. Is this still an issue for you? Which solution would you prefer as a fix in that case?

I would happily merge a PR if anyone wants to submit a fix for this.