Closed kennethlynne closed 1 year ago
It should be possible to run many transports sequentially.
There is no documentation about how you can figure out that the transport has completed.
Opening a feature request kicks off a discussion.
t.Source(..) and t.Save(...) should return a stream or promise so the consumer can figure out when it has completed.
did you ever find a way around this? it seems like it only runs one per pipeline.js file.
I had expected it to run them sequentially.
What did you expect to happen?
It should be possible to run many transports sequentially.
What actually happened?
There is no documentation about how you can figure out that the transport has completed.
Feature Request
Opening a feature request kicks off a discussion.
Proposal:
t.Source(..) and t.Save(...) should return a stream or promise so the consumer can figure out when it has completed.