-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OnMessageReceived failed, err = 70 (CON-571) #468
Comments
OnMessageReceived failed, err = 70 stands for CHIP_ERROR_UNSOLICITED_MESSAGE_NO_ORIGINATOR. It occurs when the unsolicited message i.e the message that does not match any existing exchange, is not marked as being sent by an initiator. |
OnMessageReceived failed, err = 70. They are corrupted packets of some type. They don't hurt anything. Why do you think performance is not good? Thread is slow, but that's because it is Thread. |
@shun-dgut Closing this as the analysis of the error statement is mentioned by @shripad621git . Please let us know if you see any issues around this. |
This finally got fixed in CHIP. |
How should these parameters be set to have better performance.
My code comes up with
The text was updated successfully, but these errors were encountered: