Open
Bug 1176844
Opened 10 years ago
Updated 3 years ago
Consider memory implications of XMPP stanza callbacks
Categories
(Chat Core :: XMPP, defect)
Chat Core
XMPP
Tracking
(Not tracked)
NEW
People
(Reporter: aleth, Unassigned)
Details
As error handling via callbacks is getting more common in JS-XMPP, we should consider the memory cost of this approach.
Callbacks are stored per-session, but for a long-lived session they may still add up. Maybe they should be removed automatically after a certain time.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•