-
Notifications
You must be signed in to change notification settings - Fork 108
Cannot call method 'save' of undefined #76
Comments
You're not alone. There can be a timing issue when calling I committed cd17ff2 to master as a workaround, which should address your problem. This change is not yet released with a version number. |
@nilbus awesome, thank you! |
FYI, #35 is the issue open to address this. |
@nilbus re: your comment here:
Do you know off-hand if anyone is working on this "presence" feature? It's solveable with socket.io currently, but only if you're running Sails or another socket.io-compatible server, and there really ought to be a backend-agnostic solution. We're working on a project where dualStorage covers two tricky use cases perfectly (queueing operations and intermediate caching from localstorage for fetches). Whether we need to adapt an existing solution to work w/ dualStorage or roll something, we're happy to jump in and help. Thanks! PS. A consideration- probably makes sense to break that part off into a separate module IMO, since there are at least a couple of other key use cases for it that I've come across ("isOnline status" for collaboration/social features and "time-on-site" user engagement measurements) |
On Fri, Dec 20, 2013 at 12:44 AM, Mike McNeil [email protected]:
No one is working on it now, as far as I know.
Agreed. That makes sense to live as its own thing, which dualStorage could |
Anyone else seen this? Here's how to reproduce (everything else is working great):
Result:
Thanks!
Versions
The text was updated successfully, but these errors were encountered: