You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not really because of Runtime_lock, but because of non blocking socket. All high level function provided by the Make functor
will only work if the retry exception are transformed into proper effect, or if the are placed inside a loop. A workaround is to provide an optional parameter which is an exception handler that could raise the desired effect.
The text was updated successfully, but these errors were encountered:
craff
changed the title
With the new Runtime_lock module some function are a bit useless as it is.
With non blocking socket some functions are a bit useless as it is.
Jun 15, 2023
It is not really because of Runtime_lock, but because of non blocking socket. All high level function provided by the Make functor
will only work if the retry exception are transformed into proper effect, or if the are placed inside a loop. A workaround is to provide an optional parameter which is an exception handler that could raise the desired effect.
The text was updated successfully, but these errors were encountered: