Opened 14 years ago
Last modified 14 years ago
#6342 closed defect
Unsubscribe method of dojox.cometd actually subscribes instead of unsubscribes — at Initial Version
Reported by: | guest | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.1.1 |
Component: | Dojox | Version: | 1.0 |
Keywords: | cometd, dojox | Cc: | gregwilkins |
Blocked By: | Blocking: |
Description
line 623 of cometd.js reads
props.channel = "/meta/subscribe";
it should read
props.channel = "/meta/unsubscribe";
Note: See
TracTickets for help on using
tickets.