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
If you leave Haul open for a while without doing anything, you'll get a bunch of The request timed out. errors because it keeps trying to fetch http://localhost:8081/onchange. The terminal will be filled with /onchange:
...
info ► GET /onchange
info ► GET /onchange
info ► GET /onchange
info ► GET /onchange
Environment
Description
If you leave Haul open for a while without doing anything, you'll get a bunch of
The request timed out.
errors because it keeps trying to fetchhttp://localhost:8081/onchange
. The terminal will be filled with/onchange
:And in Xcode, you'll see many lines like below:
2020-05-25 22:53:57.020315+0200 ReactTestApp[90320:10851273] Task <0D3B9BB0-F2B1-4C7D-804A-16E2B0D83494>.<20> finished with error [-1001] Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo={NSUnderlyingError=0x600002038300 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 "(null)" UserInfo={_kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4}}, NSErrorFailingURLStringKey=http://localhost:8081/onchange, NSErrorFailingURLKey=http://localhost:8081/onchange, _kCFStreamErrorDomainKey=4, _kCFStreamErrorCodeKey=-2102, NSLocalizedDescription=The request timed out.}
FWIW, I don't think that anything's broken. It's more of an annoyance.
Reproduction Steps
The text was updated successfully, but these errors were encountered: