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
Add timing histogram code to track. Test with tablet being turned on and off. Determine if freezing is in connect, reading the http request or writing the gauges.
If freezing in reading the http request, make a reentrant version that maintains state and bugs out if nothing to do.
If freezing in connect, this changes timeouts and retries to reduce the problem.
#include <utility/w5100.h>
W5100.setRetransmissionTime(2000); // 200mS
W5100.setRetransmissionCount(3); // or less
Writing timeouts will be trickier to fix.
The text was updated successfully, but these errors were encountered:
Likely TCP timeout in pollForHttpRequest
Add timing histogram code to track. Test with tablet being turned on and off. Determine if freezing is in connect, reading the http request or writing the gauges.
If freezing in reading the http request, make a reentrant version that maintains state and bugs out if nothing to do.
If freezing in connect, this changes timeouts and retries to reduce the problem.
#include <utility/w5100.h>
W5100.setRetransmissionTime(2000); // 200mS
W5100.setRetransmissionCount(3); // or less
Writing timeouts will be trickier to fix.
The text was updated successfully, but these errors were encountered: