Hello... I didn't find any documentation on how to...
# ktor
l
Hello... I didn't find any documentation on how to expose an endpoint as stream of data on Ktor, aka returning a
Flow
. on Spring a simple
fun flow(): Flow<Data> {}
works out of the box... is
call.respondBytesWriter {}
the proper way to return a
Flow
?