- HTTP.jl 1.9.7 Setting any readtimeout other than 0 on a websocket client causes a TimeoutError where it doesn't consider whether any messages have been received. My understanding is it should fail when it can't read on the IO object for N seconds.
Setting any readtimeout other than 0 on a websocket client causes a TimeoutError where it doesn't consider whether any messages have been received.
My understanding is it should fail when it can't read on the IO object for N seconds.