Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C] Handle failed log buffer delete in C Media Driver #1073

Merged
merged 9 commits into from
Oct 13, 2020

Conversation

vyazelenko
Copy link
Contributor

Fixes #620.

@vyazelenko vyazelenko force-pushed the issue_620 branch 7 times, most recently from 1c189b7 to eacdbd2 Compare October 11, 2020 19:25
@@ -93,6 +95,7 @@ public void before()
.threadingMode(ThreadingMode.SHARED)
.errorHandler(Tests::onError)
.spiesSimulateConnection(true)
.timerIntervalNs(TIMER_INTERVAL_NS)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this still needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mjpt777 This was exposing the bug. Without it tests were passing ok.

@mjpt777 mjpt777 merged commit 2042835 into real-logic:master Oct 13, 2020
@vyazelenko vyazelenko deleted the issue_620 branch October 13, 2020 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle failed log buffer delete in C Media Driver
2 participants