Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@benjaminpetit
Copy link
Member

@benjaminpetit benjaminpetit commented Feb 10, 2025

Fix #9299 and #9023

Microsoft Reviewers: Open in CodeFlow

await otherStream.OnNextAsync(interestingData);
}
// Wait a bit more for the cache to flush some events
await Task.Delay(StreamInactivityPeriod.Multiply(3));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ReubenBond ReubenBond force-pushed the fix/resume-stream-slip branch from a87d2f8 to 3094043 Compare February 10, 2025 19:45
@ReubenBond ReubenBond merged commit d2af146 into dotnet:main Feb 10, 2025
24 of 26 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Orleans streaming with Event Hubs skips over messages when stream is inactive

3 participants