mondora / asteroid

An alternative client for a Meteor backend
MIT License
734 stars 101 forks source link

Failed methods do get an updated ddp response #37

Closed pscanf closed 9 years ago

pscanf commented 9 years ago

To fix, look here: https://github.com/mondora/asteroid/blob/master/src/core/asteroid-methods.js#L135

The updated promise of a call or apply call must always be resolved. It would probably be useful to resolve it with info on the success or failure of the call.

pscanf commented 9 years ago

No longer relevant