Replies: 1 comment
-
OK I figured it out. There was a bug in my code handling the event. I now get |
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
-
I'm not sure what the event type should be received in the
QUIC_CONNECTION_EVENT
when a client connection is unable to connect to a server? Currently my switch statement forEvent->Type
returns the number-268419768
when converted to an int but that doesn't encompass any of the values present inQUIC_CONNECTION_EVENT_TYPE
and therefore falls out of my switch statement. What is the correct way to be notified of a fail connection an how should it be handled in a callback?Beta Was this translation helpful? Give feedback.
All reactions