Skip to content

fix: Dead Lock on Synchronous Action call.#32

Merged
Hugo1307 merged 3 commits into
developfrom
fix/no_return_on_synchronous_action
Apr 26, 2023
Merged

fix: Dead Lock on Synchronous Action call.#32
Hugo1307 merged 3 commits into
developfrom
fix/no_return_on_synchronous_action

Conversation

@Hugo1307
Copy link
Copy Markdown
Contributor

Description:

When calling an action asynchronously, if the result were an Internal Server Error (500), the code would be blocked as the Response would never be processed. This PR fixes that.

This PR also introduces a way to set a timeout for Synchronous Action calls.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 26, 2023

⚠️ No Changeset found

Latest commit: 549bdbb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Hugo1307 Hugo1307 changed the title Fix: Dead Lock on Synchronous Action call. fix: Dead Lock on Synchronous Action call. Apr 26, 2023
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