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
When multiple controllers are created "at the same time", meaning timely very close to eeach other, the model references of these controllers are mixed up.
I think the best way to fix this is by changing the command batching. Any command that is not a value change command should mark the end of a batch for commands that can be send to the server.
When multiple controllers are created "at the same time", meaning timely very close to eeach other, the model references of these controllers are mixed up.
Some investigation has shown that this is related to the
highlanderPM
used in RicoJS tohandle model instanciation. (see https://github.com/rico-projects/rico-js/blob/29f12ed97c1701b77b2c8e0beecca8576f39bdcd/src/remoting/controllerManager.js#L53) .The text was updated successfully, but these errors were encountered: