You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a temporary client session for each diagramType created to retrieve the diagram type specific
Check that there are two action dispatcher threads created
Reload the page
See that one action dispatcher thread remains and two new are created
Continue to see the number of remaining action dispatcher threads rising
It seems to me that the problem is that the action dispatcher also serves as an action handler for the internal JoinAction. The multi-binding does not ensure that we re-use the existing action dispatcher which would be achievable through a provider binding or other methods.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
It seems to me that the problem is that the action dispatcher also serves as an action handler for the internal
JoinAction
. The multi-binding does not ensure that we re-use the existing action dispatcher which would be achievable through a provider binding or other methods.The text was updated successfully, but these errors were encountered: