socketry / async-io

Concurrent wrappers for native Ruby IO & Sockets.
MIT License
208 stars 28 forks source link

how to set read_timeout? #9

Closed foi closed 6 years ago

foi commented 6 years ago

Hi! how to set read_timeout?

ioquatix commented 6 years ago

I added documentation about how to use timeouts: https://github.com/socketry/async-io#timeouts

Let me know if that doesn't help answer your question.