Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With non blocking socket some functions are a bit useless as it is. #145

Open
craff opened this issue Jun 15, 2023 · 0 comments
Open

With non blocking socket some functions are a bit useless as it is. #145

craff opened this issue Jun 15, 2023 · 0 comments

Comments

@craff
Copy link
Contributor

craff commented 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.

@craff 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant