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

Do not destroy TX buffer after canceling it #146

Open
teoperisanu opened this issue May 8, 2020 · 0 comments
Open

Do not destroy TX buffer after canceling it #146

teoperisanu opened this issue May 8, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@teoperisanu
Copy link

A later issue revealed an inconsistency in destroying the RX buffer in a multithreaded program after both canceling and refilling the buffer.
In the current version of the library, stopping a TX buffer is performed by canceling and destroying the buffer. Also when the push function returns an error code, the buffer is destroyed. This may lead in the same problem described at #142.

@teoperisanu teoperisanu self-assigned this May 8, 2020
@teoperisanu teoperisanu added the bug Something isn't working label May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant