EventStore / EventStoreDB-Client-Java

Official Asynchronous Java 8+ Client Library for EventStoreDB 20.6+
https://eventstore.com
Apache License 2.0
63 stars 19 forks source link

WriteResult.nextExpectedRevision.valueUnsigned no longer exits in v4.0.0 #197

Closed oexza closed 1 year ago

oexza commented 1 year ago

It looks line WriteResult.nextExpectedRevision.valueUnsigned was removed in v4.0.0. What is the alternative?

YoEight commented 1 year ago

Hey @oexza , hard to answer you question without context. What were you doing with that value before? A snippet would help too.