Skip to content

fix reloadable schemas

Stuart Fisher requested to merge fix/reloadable_schemas into master

previous approach was too simple and broke schemas being used in the client :( just updating the schema didnt actually change the function signature, so there was then a mismatch with client and server submission.

Merge request reports