-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Client JSIssues related to the `spine-web-client` libraryIssues related to the `spine-web-client` librarybugSomething isn't workingSomething isn't working
Description
The BackendClient.sendCommand() currently provides the functionality of sending commands with an acknowledgment of a successful delivery and errors occurrence:
- The parameterless
successListeneris called if no transport errors occurred and the command message meets the validation requirements. - The
errorCallbackis called on transport errors, command message validation errors and server runtime errors.
The rejectionCallback that can be passed to sendCommand as a parameter is not invoked currently though.
This issue is to complete/fix the BackendClient.sendCommand() method's functionality so that a rejection callback works as designed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Client JSIssues related to the `spine-web-client` libraryIssues related to the `spine-web-client` librarybugSomething isn't workingSomething isn't working