Akryum / Akryum/vue-cli-plugin-apollo
Cannot use multipart requests for file uploads when using websockets only
Abierto
enhancement
- Lenguaje dominante
- JavaScript
- Estrellas
- 477
- Forks
- 109
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.