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
First obvious mistake is that the handlers handle LWS_CALLBACK_CLOSED event, but since they actually handle HTTP connections and not websocket connections, this is event they never get, instead they get LWS_CALLBACK_CLOSED_HTTP.
jiridanek
added a commit
to jiridanek/skupper-router
that referenced
this issue
Jun 10, 2022
skupper-router/src/http-libwebsockets.c
Line 687 in 7b71aa5
The text was updated successfully, but these errors were encountered: