I've read through the README, and this discovermeteor post, and the wrapAsync docs in Meteor core.
It works fine, when the "next" argument is the callback...
But take a look at this NPM method I'm trying to wrap:
https://github.com/moshen/node-googlemaps/blob/master/lib/googlemaps.js#L153
when I only pass in the origin and destination arguments, it works fine... when I do any others, it fails because the wrapAsync doesn't know where to pass in the callback.
Suggestions?