Meteor-Community-Packages / meteor-collection-hooks

Meteor Collection Hooks
https://atmospherejs.com/matb33/collection-hooks
MIT License
658 stars 90 forks source link

Is this threadsafe CollectionHooks.defaultUserId? #236

Closed Gobliins closed 6 years ago

Gobliins commented 6 years ago

Like when multiple users doing the same API call, at the same time?

namirsab commented 6 years ago

Javascript is single threaded, so there is no risk here