Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream access from Connection object #5

Closed
mikasoukhov opened this issue Oct 26, 2021 · 1 comment
Closed

Stream access from Connection object #5

mikasoukhov opened this issue Oct 26, 2021 · 1 comment

Comments

@mikasoukhov
Copy link

Sometimes need to transfer large files. Right now PipeConnection does not provide the ability to work with Stream. It means a response side should upload part of files into memory.

@HavenDV
Copy link
Owner

HavenDV commented Oct 27, 2021

Yes, this is a useful feature. Initially, the library was created for simple transfer of objects using serialization and work with Stream occurs at a low level.
At the moment I do not have enough time to implement, either more requests for this feature are needed, or you can provide your current code as a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants