mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Stop offending the message. Dont alias in_queue to out_queue
This commit is contained in:
@@ -428,7 +428,8 @@ _.extend(Session.prototype, {
|
||||
self._deactivateAllSubscriptions();
|
||||
// Drop the merge box data immediately.
|
||||
self.collectionViews = {};
|
||||
self.in_queue = self.out_queue = [];
|
||||
self.in_queue = [];
|
||||
self.out_queue = [];
|
||||
},
|
||||
|
||||
// Send a message (queueing it if no socket is connected right now.)
|
||||
|
||||
Reference in New Issue
Block a user