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

JSON-RPC Requests: add timeout parameter #1412

Merged
merged 1 commit into from
Mar 11, 2021

Conversation

sfeilmeier
Copy link
Contributor

This non-standard extension of the JSON-RPC protocol adds a "timeout" parameter in seconds. This is the maximum time that we wait for a JSON-RPC Response. Timeout is defined as an Optional:

  • timeout > 0: use the given timeout in seconds
  • timeout <= 0: apply no timeout, i.e. wait forever
  • no timeout: use default timeout of 60 seconds

@sfeilmeier sfeilmeier merged commit 75ee849 into develop Mar 11, 2021
@sfeilmeier sfeilmeier deleted the feature/jsonrpc-request-timeout branch March 11, 2021 12:27
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.

1 participant