Opened 13 years ago
Closed 13 years ago
#4976 closed defect (fixed)
[cometd] Callback transport doesn't handle advice or disconnect
Reported by: | brendonh | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dojox | Version: | 0.9 |
Keywords: | cometd | Cc: | |
Blocked By: | Blocking: |
Description
The longpoll transport has support for the important advice fields ("reconnect" and "interval"), but the callback transport ignores them.
As a result, if you disconnect while using the callback transport, the client goes into an endless loop trying to connect again, because tunnelCollapse doesn't notice.
Attachments (3)
Change History (4)
Changed 13 years ago by
Attachment: | cometd.patch added |
---|
Changed 13 years ago by
Attachment: | cometd.2.patch added |
---|
3rd version of the patch - now with lots of comments cleaned up and reconnect=handshake fixed
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fix plus disconnect