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

Client-side timeout of RPCs #24

Open
oberstet opened this issue Jun 20, 2013 · 0 comments
Open

Client-side timeout of RPCs #24

oberstet opened this issue Jun 20, 2013 · 0 comments

Comments

@oberstet
Copy link
Contributor

Provide variant 1 of the following 3 in AutobahnJS:

  1. timeout/reject the promise client-side without telling the server, and should the server respond later, silently ignore the response (which might be a success or error response)
  2. timeout/reject the promise client-side and actively cancel the call
  3. call server with timeout communicated. timeout call execution on server-side, and return error ("call timeout")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant