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

Channel configured in transmission mode receives messages. #14

Open
marcocappolimases opened this issue Mar 26, 2021 · 1 comment
Open
Assignees
Labels
bug Something isn't working C/C++ Related to C/C++ code Kafka Related to Apache Kafka subsystem OpenDDS Related to OpenDDS subsystem

Comments

@marcocappolimases
Copy link

Describe the bug
Channel configured as transmission still receive messages.

To Reproduce
1 Configure a channel in transmission mode
2 Register to Channel_DataAvailable callback
3 Write on channel

Expected behavior
Channel_DataAvailable callback shall not be called.

Screenshots
N/A

Desktop (please complete the following information):
N/A

Additional context
N/A

@marcocappolimases marcocappolimases added the bug Something isn't working label Mar 26, 2021
@mariomastrodicasa
Copy link
Contributor

@marcocappolimases, waiting for a patch, a simple workaround to avoid this behavior is to discard received messages if the channel reports to be in transmission mode only.

@mariomastrodicasa mariomastrodicasa added C/C++ Related to C/C++ code Kafka Related to Apache Kafka subsystem OpenDDS Related to OpenDDS subsystem labels Mar 30, 2021
@mariomastrodicasa mariomastrodicasa changed the title Channel configured as transmission receive messages. Channel configured in transmission mode receives messages. Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working C/C++ Related to C/C++ code Kafka Related to Apache Kafka subsystem OpenDDS Related to OpenDDS subsystem
Projects
None yet
Development

No branches or pull requests

2 participants