-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Register RPC response types #1010
Labels
bug
Something isn't working
Comments
SVC-GL-OS-SYNC
pushed a commit
to UBS-IB/vuu
that referenced
this issue
Dec 5, 2023
SVC-GL-OS-SYNC
pushed a commit
to UBS-IB/vuu
that referenced
this issue
Dec 5, 2023
chrisjstevo
pushed a commit
that referenced
this issue
Dec 5, 2023
chrisjstevo
pushed a commit
that referenced
this issue
Dec 5, 2023
SVC-GL-OS-SYNC
pushed a commit
to UBS-IB/vuu
that referenced
this issue
Dec 7, 2023
SVC-GL-OS-SYNC
pushed a commit
to UBS-IB/vuu
that referenced
this issue
Dec 7, 2023
SVC-GL-OS-SYNC
pushed a commit
to UBS-IB/vuu
that referenced
this issue
Dec 7, 2023
chrisjstevo
pushed a commit
that referenced
this issue
Dec 29, 2023
chrisjstevo
pushed a commit
that referenced
this issue
Dec 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Observation:
When calling RPC fails, the server throws exception rather than returning helpful error message
e.g. when ui calls rpcName that doesn't exist
Cause:
This seem to be because it does not know how to json serialise ViewPortRpcFailure
Action:
need to register the json sub type for ViewPortRpcFailure and ViewPortRpcSuccess
The text was updated successfully, but these errors were encountered: