Async IStreamable support #161
Labels
feature-request
A feature should be added or improved.
needs-discussion
This issue/PR requires more discussion with community.
Describe the feature
IStreamable protocol currently seeks and writes synchronously which works for pure request/response but same model can't be applied to event streaming where events come asynchronously.
Use Case
Event Streams.
Proposed Solution
Adapt IStreamble to async conventions
Other Information
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: