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
{{ message }}
This repository was archived by the owner on Mar 13, 2021. It is now read-only.
$argumentTransformers are defined as an array of functions that transform messages based on the index of the stream. The usage is awkward as we're moving away from index based references to stream.
We should remove the argument transformers for the node-stream and always provide the full message to the function. The function author may decompose messages from the stream as they desire.
request-reply functions should continue to operate on the message payload by default, and may opt-in to the whole message.