Tags: marcellscarlett/EventStore
Tags
Remove cast which was causing an loop in scavenge The cast to int was causing chunks whose range extends beyond the range of an int to infinite loop during scavenging, as it repeatedly read the record closes to int.MaxValue.
Merge pull request EventStore#286 from thefringeninja/embedded-catchu… …p-bug using ResolvedEvent instead of ResolvedIndexEvent
Merge branch 'atom-linkto-xml' into dev Conflicts: src/EventStore.Core.Tests/EventStore.Core.Tests.csproj src/EventStore.Core.Tests/Http/Streams/feed.cs
Fixed: stream indexing when first stream event is linkTo
PreviousNext