Ticket #6342 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

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

Changed 8 months ago by peller

  • description modified (diff)
  • milestone set to 1.1.1

Changed 8 months ago by peller

  • cc gregwilkins added

Changed 8 months ago by peller

  • status changed from new to closed
  • resolution set to fixed

Fixed on trunk [13246] and in 1.1 branch [13247]

Note: See TracTickets for help on using tickets.