Stop offending the message. Dont alias in_queue to out_queue

This commit is contained in:
Naomi Seyfer
2013-09-23 15:53:47 -07:00
parent 8afa4f2c9e
commit 35e8a04834

View File

@@ -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.)