Opened 15 years ago
Closed 14 years ago
#2548 closed defect (fixed)
comet transports should set the connected attribute on the cometd object
Reported by: | Owned by: | alex | |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | IO | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The transport sets the 'connected' attribute on itself, not on cometd. It should be set on both, sez alex.
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 14 years ago by
Milestone: | → 1.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
the current state() method (and intervening updates, such as the _connected
property) obviate the needs for this. Marking fixed.
Note: See
TracTickets for help on using
tickets.
The patch I have attached to http://trac.dojotoolkit.org/ticket/3310 fixes this issue for 0.9 (an could be backported to 0.4).