Closed
Bug 1937619
Opened 2 months ago
Closed 2 months ago
Extensions trial API inference stops working after an idle timeout
Categories
(Core :: Machine Learning, defect)
Core
Machine Learning
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: zombie, Assigned: zombie)
References
Details
(Whiteboard: [addons-jira])
Attachments
(1 file)
I'm updating the example extension for bug 1932837, and noticed that after a couple of minutes of inactivity, running of inference for an already created engine throws:
can't access property "postMessage", this[#port] is null`
which probably means we should be saving the engine options at creation and re-creating it as needed.
Assignee | ||
Updated•2 months ago
|
Whiteboard: [addons-jira]
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → tomica
Status: NEW → ASSIGNED
Pushed by tjovanovic@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e0b5792b15ff
Re-create ML engine for extensions if it timed out r=tarek
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•