Subject: | callback per line for multi-line responses |
It would be helpful for me to have a callback for each line in multi-line
responses (e.g. lrange response), as an alternative to collecting all the
lines and passing them into a final callback. Or possibly even a callback
for every N number of lines. This may be out of the scope of this module,
so I'm curious what you think. Thanks.