You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
validate returns immediately when the type matches. However, if it doesn't match like the above, it takes a 20 seconds to return the error message. Is this normal?
validate returns quickly when there's an error in Clojure. The slowness is only in ClojureScript
The text was updated successfully, but these errors were encountered:
First I've heard about this. My guess is it's something to do with your environment and how it handles errors, rather than anything to do with schema. What happens if you just throw an exception rather than calling s/validate?
validate returns immediately when the type matches. However, if it doesn't match like the above, it takes a 20 seconds to return the error message. Is this normal?
validate returns quickly when there's an error in Clojure. The slowness is only in ClojureScript
The text was updated successfully, but these errors were encountered: