fix(rtc): handle remote :graph-not-exist exception

This commit is contained in:
rcmerci
2024-03-13 21:26:13 +08:00
parent 0aa8ab5fab
commit 1b9fd83f57
4 changed files with 113 additions and 60 deletions

View File

@@ -126,7 +126,7 @@
[:op :keyword]
[:block-uuid :uuid]]]]]]
[:ex-data {:optional true} [:map [:type :keyword]]]
[:ex-message {:optional true} :any]])
[:ex-message {:optional true} :string]])
(def data-from-ws-coercer (m/coercer data-from-ws-schema mt/string-transformer))
(def data-from-ws-validator (m/validator data-from-ws-schema))