This would add an .streamFileRequest() api that would cause all msgpack pushes to the sink to be
delayed and re-queue them once the input to the new sink has ended.
Additionally this would add an .streamFileResponse(bytes) api that would catch these bytes and provide a source stream as return value
This would add an
.streamFileRequest()api that would cause all msgpack pushes to the sink to bedelayed and re-queue them once the input to the new sink has ended.
Additionally this would add an
.streamFileResponse(bytes)api that would catch these bytes and provide a source stream as return value