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
Describe the bug
helicsBrokerSendCommand has the signature helicsBrokerSendCommand(broker, target, command, err)
The err should not be there. Currently it is possible to work around just by supplying an argument (it is not used), but this needs to be resolved in the next release
the same is true for all command related operations for helicsBroker and helicsCore
The text was updated successfully, but these errors were encountered:
Describe the bug
helicsBrokerSendCommand has the signature
helicsBrokerSendCommand(broker, target, command, err)
The err should not be there. Currently it is possible to work around just by supplying an argument (it is not used), but this needs to be resolved in the next release
the same is true for all command related operations for helicsBroker and helicsCore
The text was updated successfully, but these errors were encountered: