Anybody seen `EOFException` from okhttp when using...
# ktor
e
Anybody seen
EOFException
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
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.