DDP-pre1 sends "method updated" messages as msg=updated, not msg=data.

This commit is contained in:
David Glasser
2012-12-12 15:05:20 -08:00
parent ec8b46033a
commit 070bfc72ba

View File

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