Changeset 13246

Show
Ignore:
Timestamp:
03/31/08 20:33:59 (9 months ago)
Author:
peller
Message:

Fix unsubscribed topic. Refs #6342

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/cometd/_base.js

    r13211 r13246  
    350350                if(s==0){ 
    351351                        props = props||{}; 
    352                         props.channel = "/meta/subscribe"; 
     352                        props.channel = "/meta/unsubscribe"; 
    353353                        props.subscription = channel; 
    354354                        delete this._subscriptions[tname]; 
     
    585585                        // dispatch the message to any locally subscribed listeners 
    586586                        try { 
    587                                 var messages=[message]; 
     587                                var messages=[message]; 
    588588 
    589589                                // Determine target topic