Explaination of ENOMSG in k_msgq_put #47873
Unanswered
ClaytonNorthey92
asked this question in
Q&A
Replies: 1 comment
-
Because message queues can only hold a fixed number of messages, it is possible that the queue is already full when you call Lines 155 to 158 in 62f19cc |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at the k_msgq_put documentation, I notice that the following error can be returned with the accompanying definition:
What does "Returned without waiting" mean? Does that mean the message was handled without it waiting in the queue?
Beta Was this translation helpful? Give feedback.
All reactions