Open
Bug 1585403
Opened 6 years ago
Updated 3 years ago
Print error or reject when a request never resolves
Categories
(DevTools :: Framework, enhancement, P2)
DevTools
Framework
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
(Blocks 1 open bug)
Details
Work on bug 1583252 highlighted that we may have error which makes a particular request to never resolve. In such case the promise returned by the Front's method never resolves and stay pending for ever. This makes it really hard to debug such error, especially when the error which prevents the actor to reply is silent.
We should probably have a timeout at the client level to at least know that a request stay pending.
Updated•6 years ago
|
Priority: -- → P2
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•