You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var bpCfg = require('config');
var bagpipes = require('bagpipes').create( bpCfg.pipes, bpCfg.options );
bagpipes.play(bagpipes.getPipe(pipeName), ctx)
//wait
ctx.output
But I'm having trouble to figure where do I deliver the final-result callback...
I saw the project in use in swagger-node-runner, and I saw there something with _finish - this doesn't look like a finished API. Is the project immature? I hope not ... ..I mean I hope it is mature...
Help?
The text was updated successfully, but these errors were encountered:
You have to treat a pipe as an async process. Thus, the end fitting of the pipe should do whatever you want it to. I considered adding a notification or other API for the completion of the pipe, but it just seemed redundant to simply adding a fitting at the end. Do you think that's confusing?
BTW: I just remember that this "issue" is already mentioned here: #11, so I'm going to close this in favor of that one. If you have specific ideas around what would make the most sense to you, please comment there.
On Tue, Sep 27, 2016 at 7:01 PM, Scott Ganyo [email protected]
wrote:
BTW: I just remember that this "issue" is already mentioned here: #11 #11, so I'm going to close
this in favor of that one. If you have specific ideas around what would
make the most sense to you, please comment there.
Hi.
I got the idea of
But I'm having trouble to figure where do I deliver the final-result callback...
I saw the project in use in swagger-node-runner, and I saw there something with _finish - this doesn't look like a finished API. Is the project immature? I hope not ... ..I mean I hope it is mature...
Help?
The text was updated successfully, but these errors were encountered: