Skip to content

v1.7.7#332

Merged
dr-dimitru merged 21 commits intomasterfrom
dev
Jan 20, 2017
Merged

v1.7.7#332
dr-dimitru merged 21 commits intomasterfrom
dev

Conversation

@dr-dimitru
Copy link
Copy Markdown
Member

No description provided.

jeremywrnr and others added 21 commits January 16, 2017 17:06
…ming issue. Fixes #324

Though the call to Collection.update should be blocking (server side) according to metoer API:
https://docs.meteor.com/api/collections.html#Mongo-Collection-update
In fact the update sometimes is not completed before the remove kicks in, which in turn triggers the preCollection.obeserve("remove") code. This leads to the situation that the oberver code sees an unfinished upload while the upload actually finished correctly.
Delay the preCollection remove after upload to workaround sporadic timing issue. Fixes #324
Update google cloud storage docs
 - Closing #313
 - Partly satisfying #289
@dr-dimitru dr-dimitru merged commit bf651c6 into master Jan 20, 2017
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

Successfully merging this pull request may close these issues.

3 participants