https://github.com/mojolicious/mojo/blob/master/lib/Mojo/IOLoop/Stream.pm#L40
Can someone help me understand what exactly is the timeout here?. I 
understand that we use Non blocking I/O and it might retry.
I wanted to understand the behavior when it fails to read in 15 seconds.  
Will the method _read 
(https://github.com/mojolicious/mojo/blob/master/lib/Mojo/IOLoop/Stream.pm#L98)
throw an error? . Is there a way to increase this timeout from 15 seconds?
The reason I ask is that, in our application, read_ is ending up with an 
error randomly.  ( Very rare). Since this error is not printed, we are 
unable to root cause it.

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To post to this group, send email to mojolicious@googlegroups.com.
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to