when using `wire`, does one need to disable okhttp...
# squarelibraries
d
when using
wire
, does one need to disable okhttp connection timeouts for streaming? I use
Copy code
sendChannel.send(Request()); sendChannel.close()
receiveChannel.consumeEach { resp -> println(resp) }
and when I use BloomRPC this request is sent and then it hangs indefinetely if no response is arriving. but when running above code with
wire
, after several seconds it fails with
SocketTimeoutException