mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
d26355fbb4
If a new event is fired during the execution of the event callback, `event->type` might change. However as `event->type` is set to 0 after the execution of the callback, that leads to it being 0 on the next round of the event handler's execution, leading in the event getting lost. |
||
---|---|---|
.. | ||
Makefile | ||
Makefile.include | ||
sock_async_ctx.h | ||
sock_async_event.c |