node-ddp-client icon indicating copy to clipboard operation
node-ddp-client copied to clipboard

Fix adding changed handler on observer creator

Open rclai opened this issue 9 years ago • 0 comments

The DDP message parser is looking for an observer.changed function, but if you register a changed function via the observe function as the third argument, it gets registered as updated instead of changed and will throw when an update comes through.

rclai avatar Dec 17 '15 16:12 rclai