-
Notifications
You must be signed in to change notification settings - Fork 226
rpc registry: support for no exceptions #2265
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Just tried the registry and came across three try-catch blocks, which is an issue for me since my project does not support exceptions
I removed them and it seems to work for now but there may be issues I dont know about (at least I found no throw in the sources)
It would be nice to be able to use the registry in exception free projects
edit:
Just ran into the issue that I am not able to 'fail' a request without exceptions - would need some kind of std::expected to jsonrpc error translation..
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request