autobahn-js icon indicating copy to clipboard operation
autobahn-js copied to clipboard

Client-side timeout of RPCs

Open oberstet opened this issue 11 years ago • 0 comments

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")

oberstet avatar Jun 20 '13 07:06 oberstet