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

MultiplexerTransform sometimes not enough #326

Open
frnhr opened this issue May 7, 2024 · 1 comment
Open

MultiplexerTransform sometimes not enough #326

frnhr opened this issue May 7, 2024 · 1 comment

Comments

@frnhr
Copy link
Contributor

frnhr commented May 7, 2024

I find that sometimes I get the Duplicate callback outputs error with MultiplexerTransform enabled.

Duplicate_callback_outputs

Did some digging, but not sure what's happening. I'll try to do some more digging when I catch the time.

Here is what I know:

  • I'm using clientside callbacks a lot, and I have seen this only for a few clientside callbacks
  • Debugging inside the MultiplexerTransform.apply, the "problematic" callbacks are in fact found and the allow_duplicate flag is set as you would expect.
  • Yet still, I get the Duplicate callback outputs in the UI
  • Adding allow_duplicate=True on the callbacks resolves the issue.
  • This only happens for some callbacks, other duplicate-output callbacks (clientside and serverside alike) work just fine, i.e. no need to set the flag.
@emilhe
Copy link
Owner

emilhe commented May 7, 2024

Would you be able to provide a MWE that demonstrates the bug? 🙃

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

No branches or pull requests

2 participants