mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Should not be in loop.
This commit is contained in:
@@ -361,8 +361,8 @@ _.extend(Meteor._LivedataSession.prototype, {
|
||||
clearedFields.push(key);
|
||||
else
|
||||
changedFields[key] = value;
|
||||
view.changed(subscriptionId, id, changedFields, clearedFields);
|
||||
});
|
||||
view.changed(subscriptionId, id, changedFields, clearedFields);
|
||||
},
|
||||
// Connect a new socket to this session, displacing (and closing)
|
||||
// any socket that was previously connected
|
||||
|
||||
@@ -121,7 +121,7 @@ _.extend(Meteor._SynchronousQueue.prototype, {
|
||||
// We'll throw this exception through runTask.
|
||||
exception = err;
|
||||
} else {
|
||||
Meteor._debug("Exception in queued task: " + err);
|
||||
Meteor._debug("Exception in queued task: " + err.stack);
|
||||
}
|
||||
}
|
||||
self._currentTaskFiber = undefined;
|
||||
|
||||
Reference in New Issue
Block a user