Ticket #6342 (closed defect: fixed)
Unsubscribe method of dojox.cometd actually subscribes instead of unsubscribes
| Reported by: | guest | Owned by: | peller |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.1 |
| Component: | Dojox | Version: | 1.0 |
| Severity: | normal | Keywords: | cometd, dojox |
| Cc: | gregwilkins |
Description (last modified by peller) (diff)
line 623 of cometd.js reads
props.channel = "/meta/subscribe";
it should read
props.channel = "/meta/unsubscribe";
Change History
Note: See
TracTickets for help on using
tickets.