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++: Fix DataProducer::Send invalid memory access #1190

Merged

Conversation

jmillan
Copy link
Member

@jmillan jmillan commented Oct 20, 2023

'subchannels' are optional and hence they need to be checked before accessing them.

Remove test expectation that assumed we were receiving all messages in incremental mode. TS tests failure was being masked by 1, I don't know why Rust wasn't failing but definitely consumers are not receiving everything sent by the producer since in the tests both are paused at some time.

'subchannels' are optional and hence they need to be checked before
accessing them.

Remove test expectation that assumed we were receiving all messages in
incremental mode. TS tests failure was being masked by [1], I don't know
why Rust wasn't failing but definitely consumers are not receiving
everything sent by the producer since in the tests both are paused at
some time.

[1]: #1188
@jmillan jmillan requested review from ibc and nazar-pc and removed request for ibc October 20, 2023 11:14
@jmillan jmillan merged commit c889e1a into flatbuffers Oct 20, 2023
30 checks passed
@jmillan jmillan deleted the fix-dataproducer-suchannels-invalid-memory-access branch October 20, 2023 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants