I am trying to write an SSE Client for Multiplatfo...
# ktor
o
I am trying to write an SSE Client for Multiplatform, but I need
HttpTimeout
which does not work with request timeout on Darwin (Apple Operating Systems) are there any alternatives to `HttpTimeout`what do you recommend I do?
a
You can probably set up timeouts through the
NSURLSessionConfiguration
.
o
I can just use CIO and it works 🤦‍♂️
j
@Otis Goodman Was exactly looking for that, did you write one? Would be interested if you made one