Replies: 1 comment
-
I reworked my server code to use the standard rocket launcher, but it's still a runtime. Here's some of the backtrace (to where I immediately call jsonschema:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a webserver using Rocket. As part of that I'd like to validate JSON. I had validation working with this module about a year ago. A lot has changed since, I've updated my code, but I'm getting
I've tried jsonschema::validate and also making a validator. Both give me this error.
I think the issue is that Rocket itself is running in a runtime:
Rocket is executing inside of a custom runtime
Does this mean that the blocking version of jsonschema is also using a runtime? Any ideas on how to mitigate this issue?
Beta Was this translation helpful? Give feedback.
All reactions