Reinder Reinders

Results 18 comments of Reinder Reinders

Does this help? First time I'm seeing this error. ``` 2023-01-13 13:47:16 [ERR] ["Eventuous.Subscription"] [] [dispatcher_base_dev] Unable to commit position "CommitPosition { Position = 932983, Sequence = 32982, Timestamp =...

@alexeyzimarev for clarity, which of these commits fixes the issue? ![image](https://user-images.githubusercontent.com/119332127/212645142-11bf8e71-899a-4f0c-9472-9ec690dc94dc.png) (i.e. has this already been pushed to the latest stable?)

I have retested with both the latest stable (0.13.1) and the latest alpha (0.8). Sadly I am still able to sometimes lose the Checkpoint.

@alexeyzimarev I have managed to find the error (though not the solution): ![ss1](https://user-images.githubusercontent.com/119332127/216020764-521bcdff-2f16-448d-80f1-a8e4f5b8302a.png) - I have included the relevant Eventuous .csprojs in my solution instead of using nuget packages, so...

Also, perhaps I should add that this exception occurs in the Core libraries of Eventuous (not the Postgres implementation of..). So this issue could occur with any implementation.

As for a suggested solution, hmm... make a copy of the collection and run the enumeration on that? I'm not sure if that's a waterproof solution.

No edit: not in this test run. This was the first exception that occurred.

@alexeyzimarev Edit: On the next test run, I now get a null reference exception: ![image](https://user-images.githubusercontent.com/119332127/216035529-f377e962-a682-43d1-97c4-058e1201cdf4.png) ![image](https://user-images.githubusercontent.com/119332127/216035863-1398a533-e4e2-4232-8ec3-7e5fdcb1fa51.png)