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
Also, it's suggested to create another error type like KNOT_ERR_TRY_AGAIN on knot_protocol, something similar to KNOT_ERR_INVALID.
This message will be sent by the thing. The knotd will get this message and know that it should try again. If receiving something like KNOT_ERR_INVALID, it should try again.
knotd tries to write new values to Thing even after receiving a KNOT_ERR_INVALID message.
Retries should be done only in specific cases, such as signal loss or when explicitly told to do so.
This leads to extra effort trying to do something that is impossible.
The text was updated successfully, but these errors were encountered: