Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timestampable createdAt/By not set when disconnected #30

Open
nicooprat opened this issue May 19, 2016 · 0 comments
Open

Timestampable createdAt/By not set when disconnected #30

nicooprat opened this issue May 19, 2016 · 0 comments

Comments

@nicooprat
Copy link

Hi, thanks for your package, very useful!

When I'm inserting a document client-side while the connection is down (with Meteor.connection.disconnect()), createdAt and createdBy fields are not set. Looks like they're only set on the server, when the app reconnects. I don't understand why though, because I looked into the code and didn't find anything that would cause this behaviour. I tried to create another .before.insert() and it gets called without problem. What am I missing here?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant