Open
Bug 1328504
Opened 8 years ago
Updated 2 years ago
Handle UDP socket creation failure for WIFI device discovery
Categories
(DevTools :: about:debugging, defect, P3)
DevTools
about:debugging
Tracking
(Not tracked)
NEW
People
(Reporter: schien, Unassigned)
References
(Blocks 1 open bug)
Details
After Bug 1326483 landed, UDP socket will fail to be created while in offline mode. DevTool should retry after Firefox is back online.
Is the "work offline" mode enough to trigger this case? If not, what are the steps?
Flags: needinfo?(schien)
Looks like we can watch for the notification "network:offline-status-changed" to attempt recreating the socket.
Component: Developer Tools: Framework → Developer Tools: WebIDE
Priority: -- → P2
Blocks: 1142741
Component: Developer Tools: WebIDE → Developer Tools: about:debugging
Comment 4•8 years ago
|
||
About:debugging bug triage. Filter on TRIAGE-JD201705
Temporarily setting P3 to bugs migrated from webide to cleanup the triage for about:debugging.
Priority: P2 → P3
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•