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
The user port names don’t match. Not even updating the regular expression used in the binding code helps, because the input and output ports have names that differ from each other, and the surrounding code assumes it can find the output port by looking for a port with the same name and description as the input port.
To solve this the identification of the right output port is going to have to be moved into the recognizer function for each controller implementation, and be one of the values that the recognizer returns.
The text was updated successfully, but these errors were encountered:
The user port names don’t match. Not even updating the regular expression used in the binding code helps, because the input and output ports have names that differ from each other, and the surrounding code assumes it can find the output port by looking for a port with the same name and description as the input port.
To solve this the identification of the right output port is going to have to be moved into the recognizer function for each controller implementation, and be one of the values that the recognizer returns.
The text was updated successfully, but these errors were encountered: