from okhttp when using ktor websockets? receiving messages works great but I get this EOF anytime I try to send a message on the socket: https://github.com/ktorio/ktor/issues/1803
h
Halil Ozercan
04/18/2020, 9:35 AM
I haven’t had much luck with using okhttp and websockets at the same time. My biggest problem was using
cio
. A month or so ago, okhttp was not supporting
cio
but my project was able to compile without an error.