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
Yes, there is a problem in the io.picolabs.pico-engine-ui implementation of box, which uses ctx:query to get the parent ECI. This means that a parent pico CANNOT use picoQuery to get the box of any of its child picos. The penalty is that the parent pico will be "stuck" in that it will no longer be able to handle any events or queries.
Modified the ruleset on the PLAN server to add a function just_box that avoids this. But the developer UI will need to be changed to not use box in that way.
I believe this query comes from the developer UI. Here is the transaction:
It is the
engine
ui
channel that is used to send the message. It must be a loop of some kind.The text was updated successfully, but these errors were encountered: