Hello! Does anyone have some nice example of Ktor ...
# ktor
d
Hello! Does anyone have some nice example of Ktor HTTP Client websockets usage that works with flow instead of raw channels?
e
did you ever get this working? I’m able to
incoming.consumeAsFlow()
but that method throws an
EOFException
if I try to send anything
(receiving seems to work fine otherwise)
d
Nah had to put it in a backlog for now
👍 1