-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Implement the timeout for WASM client #1274
Conversation
@seanmonstar ping~ Could u pls review this PR? |
@seanmonstar Can this be reviewed and merged please ? This seem to be super useful to have and I am in need of this timeout functionality in wasm build mode where I am making fan-out calls to multiple api's and the page kind of blocked for a while even if one of the endpoint is down. |
@seanmonstar Can you please review this? This is really useful. |
What's the status of this PR? And if it doesn't get merged documentation on how to accomplish a timeout in WebAssembly instead would be very useful :) |
Signed-off-by: Eduard Kyvenko <[email protected]>
2886628
to
380eeec
Compare
The |
Hello friends! 🙌
This PR aims to close #1135
Feedback is very welcome and I will address any comments asap.
Let me know what you think!