Akryum / Akryum/vue-cli-plugin-apollo
Cannot use multipart requests for file uploads when using websockets only
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 477
- Forks
- 109
- PR merge metrics
- No merged PRs in 30d
Description
I want to use websockets only, cause its much faster for me.
Problem is that there is no good way to send files using websockets without converting to base64 or something. So i was planning to use websockets for everything, except for files which will ge through post.
But when setting disableHttp, uploads will fail.
Should we have a setting to use websockets for everything, except for uploads?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.