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(gateway): add transactions should not timeout #1862

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

Mirko-von-Leipzig
Copy link
Contributor

@Mirko-von-Leipzig Mirko-von-Leipzig commented Mar 12, 2024

This PR removes the timeout from the RPC write transaction submissions to the gateway.

This is done in a somewhat clumsy fashion by adding a timeout to those methods and setting it to MAX to override the builtin timeout from the client.

Ideally we would refactor this to make all of these things much simpler again.

Unsure how to test this properly.

Fixes #1839

@Mirko-von-Leipzig Mirko-von-Leipzig requested a review from a team as a code owner March 12, 2024 10:57
@Mirko-von-Leipzig Mirko-von-Leipzig linked an issue Mar 12, 2024 that may be closed by this pull request
@Mirko-von-Leipzig Mirko-von-Leipzig force-pushed the 1839-gateway-remove-timeouts-from-write-api branch from e8975a8 to b290b74 Compare March 12, 2024 11:45
@Mirko-von-Leipzig Mirko-von-Leipzig merged commit 27d9a98 into main Mar 12, 2024
7 checks passed
@Mirko-von-Leipzig Mirko-von-Leipzig deleted the 1839-gateway-remove-timeouts-from-write-api branch March 12, 2024 12:05
kkovaacs pushed a commit that referenced this pull request Mar 14, 2024
…m-write-api

fix(gateway): add transactions should not timeout
kkovaacs pushed a commit that referenced this pull request Mar 14, 2024
…m-write-api

fix(gateway): add transactions should not timeout
kkovaacs added a commit that referenced this pull request Mar 14, 2024
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.

Gateway: remove timeouts from write api
2 participants