Ticket #5963 (assigned defect)
Comet - subscribing to a glob channel
| Reported by: | guest | Owned by: | alex |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Dojox | Version: | 1.0 |
| Severity: | normal | Keywords: | comet, glob, subscribe, channel |
| Cc: | geoffreyj.lee@… |
Description (last modified by dylan) (diff)
Subscribing to the * channels doesn't seem to work. Let's say we have the channels /foo and /bar. When the user subscribes to /*, the user does a client-side dojo.subscribe to /*, but the actual message will be published to either /foo or /bar on the client side. In other words, the server delivers the messages to the client, but the client is listening on a different Dojo channel.
I wasn't sure what to set the ticket properties to, so I'm hoping somebody else will edit them.
-Geoffrey Lee
Change History
Note: See
TracTickets for help on using
tickets.