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

fix: improve async #160

Open
wants to merge 4 commits into
base: transition-to-runkit
Choose a base branch
from
Open

fix: improve async #160

wants to merge 4 commits into from

Conversation

doudou
Copy link
Member

@doudou doudou commented Dec 14, 2024

This PR adds tools and improvements meant to improve responsiveness/usefulness of async over less-than-perfect connections.

@doudou doudou requested review from wvmcastro and jhonasiv December 14, 2024 20:33
…te operation

`reachable?` does `valid_delegator?` and then calls `ping` to check if the task
is actually alive. But (1) it requires a round-trip before actually accessing
the remote, and (2) is an illusion since the task could disappear between
reachable? and the actual remote operation.
to_s calls type to form the string, but type tries to embed #{self} in
the error message if not connected.
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

Successfully merging this pull request may close these issues.

3 participants