Ticket #6309 (closed enhancement: fixed)
Improve cometd support for adding new/alternative transports and new connections
| Reported by: | kriszyp | Owned by: | alex |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | DojoX Cometd | Version: | 1.1b1 |
| Severity: | normal | Keywords: | cometd |
| Cc: |
Description (last modified by alex) (diff)
Currently, cometd transports must call deliver on the cometd instance (this._cometd) instead of calling their own deliver method. I changed the handlers to call their own deliver method and the cometd instance listens to the deliver method (via dojo.connect). Also, I created a constructor for creating new cometd instances, so that cometd can be used with multiple cometd servers at once.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.