Describe the bug
I've implemented a service, supporting 'rpc.discover' requests. The returned document is parsed automatically, but it freezes the inspector UI and will not end.
To Reproduce
Steps to reproduce the behavior:
- Enter the endpoint URI to a service implementing 'rpc.discover'
- Change the transport to 'websocket'
- The UI is freezed
Expected behavior
- OpenRPC doc tab/icon should be shown
- The monaco editor should give completion support, just as it does when passing the openrpc spec via
?schemaUrl query parameter.
Screenshots
Desktop (please complete the following information):
Additional context
Here's my jsonrpc discovery trace log:
jsonrpc-request.txt
And this is the returned schema as dedicated file: https://json-schema.axonivy.com/openrpc/11.3.0/inscription.json
Describe the bug
I've implemented a service, supporting 'rpc.discover' requests. The returned document is parsed automatically, but it freezes the inspector UI and will not end.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
?schemaUrlquery parameter.Screenshots
Desktop (please complete the following information):
Additional context
Here's my jsonrpc discovery trace log:
jsonrpc-request.txt
And this is the returned schema as dedicated file: https://json-schema.axonivy.com/openrpc/11.3.0/inscription.json