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

queue deferred send is pretty much useless and causes bugs #16

Open
diggit opened this issue Jul 29, 2020 · 0 comments
Open

queue deferred send is pretty much useless and causes bugs #16

diggit opened this issue Jul 29, 2020 · 0 comments

Comments

@diggit
Copy link
Contributor

diggit commented Jul 29, 2020

As title says, deferred queue send is almost useless, because if you want to send something from interrupt, its' lifetime probably ends with interrupt handler. Deferred send at the moment of handling deferred actions probably points to memory already used by different data. This little fact may cause very weird bugs.

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

No branches or pull requests

1 participant