-
I have a hot-path in my code that every user message goes through. I want to validate every incoming message, and discard it if the message is invalid. Looking through the documentation, there doesn't seem to be an alternative to exceptions. How can I parse CBOR, without using exceptions, but also without aborting, so that the application can continue? |
Beta Was this translation helpful? Give feedback.
Answered by
jprochazk
Jul 19, 2020
Replies: 2 comments 1 reply
-
I believe I found a bug, or at least unexpected(?) behavior. I made an issue #2293 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jprochazk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe I found a bug, or at least unexpected(?) behavior. I made an issue #2293