Skip to content

Conversation

@ldalek
Copy link
Contributor

@ldalek ldalek commented Dec 22, 2025

Because events are processed sequencially there's case when some events might be blocked because of processing time of other events.

...
	/* Event sequence */
	push_event(wifi_event_type_hal_ind);
	push_event(wifi_event_type_hal_ind);
	push_event(wifi_event_type_hal_ind);
	push_event(wifi_event_type_webconfig);
	push_event(wifi_event_type_hal_ind);
	push_event(wifi_event_type_hal_ind);
...
LD_LIBRARY_PATH=$PWD ./ctrl-queue
handle_hal_indication:71: Processing delay: 0
handle_hal_indication:71: Processing delay: 10
handle_hal_indication:71: Processing delay: 20
handle_hal_indication:71: Processing delay: 230
ctrl-queue: ctrl-queue.c:72: handle_hal_indication: Assertion `delay < 200' failed.
make: *** [Makefile:96: r] Przerwane

Signed-off-by: Luke Dalek <ldalek@ldalek.com>
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

Successfully merging this pull request may close these issues.

1 participant