Skip to content

Stream results instead of only using callbacks #120

@xer0x

Description

@xer0x

It's possible to use node streams instead of callbacks to get the results from our Soap calls. This clients could begin processing results before the entire queryMore() call was completed. The streams interface may also work well when updating lots of objects, since the request gets broken up into chunks of 50. Currently the result comes back in an array from node-vasync, it could also come back one by one via a stream.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions