mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
DDP-pre1 sends "method updated" messages as msg=updated, not msg=data.
This commit is contained in:
@@ -490,7 +490,7 @@ _.extend(Meteor._LivedataSession.prototype, {
|
||||
// writes will be included in the fence.
|
||||
fence.retire();
|
||||
self.send({
|
||||
msg: 'data', methods: [msg.id]});
|
||||
msg: 'updated', methods: [msg.id]});
|
||||
});
|
||||
|
||||
// check for a replayed method (this is important during
|
||||
|
||||
Reference in New Issue
Block a user