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
Frequently polling for a resource will yield these failures 5-10% of the time. Both server and client are running on localhost so I think we can rule out issues with the connectivity... Latency on the server side is ~10 ms, CoAP client timeout is 3000 ms with 3 retries. The message size is about 60-120 bytes. Can't see anything indicating an error on the server side.
I'm also getting: SEVERE: >> BlockwiseLayer uses MaxMessageSize: 1024 and DefaultBlockSize: 512
Perhaps this event, which I guess is an info message, doesn't need to be marked as the most severe event of them all in the logs?
The text was updated successfully, but these errors were encountered:
Hi, great to see a CoAP library for Dart! I decided to try version 3.2.1 out and found some potential issues.
I'm getting intermittent errors:
Reliability - Retransmission timeout elapsed
Reliability - Timeout: retransmit message, failed count: 3 message: 27007
Matcher - Ignoring unmatchable piggy-backed response from localhost
Frequently polling for a resource will yield these failures 5-10% of the time. Both server and client are running on localhost so I think we can rule out issues with the connectivity... Latency on the server side is ~10 ms, CoAP client timeout is 3000 ms with 3 retries. The message size is about 60-120 bytes. Can't see anything indicating an error on the server side.
I'm also getting:
SEVERE: >> BlockwiseLayer uses MaxMessageSize: 1024 and DefaultBlockSize: 512
Perhaps this event, which I guess is an info message, doesn't need to be marked as the most severe event of them all in the logs?
The text was updated successfully, but these errors were encountered: