You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happened (and caused errors), that a Component was sending messages without the namespace information in the sender frame.
According to LECO, a Component must not send a message without its namespace information unless for signing in.
The Component's send_message can (and should) check.
Furthermore, a Coordinator could probably check and reject such messages.
The text was updated successfully, but these errors were encountered:
It happened (and caused errors), that a Component was sending messages without the namespace information in the sender frame.
According to LECO, a Component must not send a message without its namespace information unless for signing in.
send_message
can (and should) check.The text was updated successfully, but these errors were encountered: