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
Client::connect_ports requires that the first argument is an input port and the second argument is an output port, however it compiles with arguments that do not satisfy these constraints. In that case, it fails at runtime with an Error::PortConnectionError.
The text was updated successfully, but these errors were encountered:
Client::connect_ports
requires that the first argument is an input port and the second argument is an output port, however it compiles with arguments that do not satisfy these constraints. In that case, it fails at runtime with anError::PortConnectionError
.The text was updated successfully, but these errors were encountered: