Opened 13 years ago
Closed 13 years ago
#5146 closed defect (fixed)
Multiple subscribers for the same cometd channel
Reported by: | gregwilkins | Owned by: | gregwilkins |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dojox | Version: | 1.0 |
Keywords: | cometd | Cc: | |
Blocked By: | Blocking: |
Description
The current implementation of cometd cancels existing subscriptions for a channel if a new subscription is made. This makes it difficult for components to encapsulate their logic (including which channels they use).
the patch attached fixes this and allows multiple subscribers, but only a single server side subscription is sent for multiple subscribers in the same client.
I'll apply the patch if there are no objections and a days testing does not reveal any problems.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | cometd.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fix