Open
Bug 1943359
Opened 1 year ago
Updated 1 year ago
Clean up subscriptions from session subscription map when a context is destroyed
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
NEW
People
(Reporter: Sasha, Unassigned, Mentored)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [webdriver:backlog][lang=js])
During the implementation of subscription IDs for session.subscribe and unsubscribe (see bug 1938576) we didn't implement the cleanup of subscriptions from session subscription map as the spec requires (see https://w3c.github.io/webdriver-bidi/#event-browsingContext-contextDestroyed). This probably shouldn't cause any real issue. But it could be nice to implement to free up some memory.
| Reporter | ||
Updated•1 year ago
|
Mentor: aborovova
Priority: -- → P3
Whiteboard: [webdriver:backlog][lang=js]
You need to log in
before you can comment on or make changes to this bug.
Description
•