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

Postbacks inside postbacks #900

Closed
tomasherceg opened this issue Nov 7, 2020 · 2 comments · Fixed by #1709
Closed

Postbacks inside postbacks #900

tomasherceg opened this issue Nov 7, 2020 · 2 comments · Fixed by #1709

Comments

@tomasherceg
Copy link
Member

During the execution of a postback or static command, another postback/static command can be invoked (either by a postback handler or from a JS function...).

There are several combinations that can happen (postback inside postback, postback inside a static command, and so on).

We need to further investigate it. Based on what we find, we should:

  • make sure it works and is covered by tests
  • disable the particular combinations if they cannot be supported
@acizmarik
Copy link
Member

This feature seems to be working as it is already used in some projects. We should cover this behaviour with tests still.

@acizmarik acizmarik modified the milestones: Version 4.1, Version 4.2 Feb 1, 2023
exyi added a commit that referenced this issue Oct 7, 2023
@exyi
Copy link
Member

exyi commented Oct 7, 2023

Tests added in #1709. It seems to work, but note that the nested postbacks must be in a different concurrency queue (regardless of the concurrency mode).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

5 participants