This repository was archived by the owner on Aug 25, 2024. It is now read-only.
This repository was archived by the owner on Aug 25, 2024. It is now read-only.
Open
Description
We need to add stream support to protocol processing as it requires in docs.
Pseudocode:
- answers = [get_resend(), get_access(), get_processed()]
- response.send(json: answers)
+ response.write("[")
+ resporce.write(get_resend())
+ response.write(",")
+ resporce.write(get_access())
+ response.write(",")
+ resporce.write(get_processed())
+ resporce.write("]")
We do not need async support here. Good old sync way is enough.
Metadata
Metadata
Assignees
Labels
No labels