Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0, 2.1.0, 2.2.0, 2.2.1, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1.0, 3.2.0
-
Fix Version/s: 3.2.1
-
Component/s: Extensions
-
Labels:None
-
Acceptance Test - Add?:No
Description
MultiUserChat will store messages in a room, if many messages are recieved it will cause Smack to run out of memory.
Issue Links
- is related to
-
SMACK-6
Don't force use of collectors in Chat, GroupChat, etc
-
Activity
Alex Wenckus
made changes -
Gaston Dombiak
made changes -
| Fix Version/s | 3.0.0 [ 10440 ] | |
| Fix Version/s | 2.2.1 [ 10350 ] |
Matt Tucker
made changes -
| Fix Version/s | 3.0.0 [ 10644 ] | |
| Fix Version/s | 3.0.0 Beta 1 [ 10440 ] |
Matt Tucker
made changes -
| Fix Version/s | 3.0.0 [ 10644 ] |
Robin Collier
made changes -
| Assignee | Gaston Dombiak [ gaston ] | Robin Collier [ rcollier ] |
| Fix Version/s | 3.2.1 [ 10910 ] | |
| Affects Version/s | 3.2.0 [ 10841 ] | |
| Affects Version/s | 3.1.0 [ 10830 ] | |
| Affects Version/s | 3.0.4 [ 10698 ] | |
| Affects Version/s | 3.0.3 [ 10691 ] | |
| Affects Version/s | 3.0.2 [ 10685 ] | |
| Affects Version/s | 3.0.1 [ 10643 ] | |
| Affects Version/s | 3.0.0 [ 10644 ] | |
| Affects Version/s | 2.2.1 [ 10350 ] | |
| Priority | Critical [ 2 ] | Major [ 3 ] |
Robin Collier
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Robin Collier
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
We should likely make the fix like the one that Alex implemented for Chat – force passing in a listener when creating the room. Creating the collector should be optional.