When the SWSS (Simple-WebSocket-Server) client connects to a server running libwebsockets:
- The connection gets set up, and data moves through
- The server fails to to call the appropriate callback for the specified protocol (
/sky/api/v0/controller-sky
in the example shown here)
This libwebsockets implementation is working, which I know because:
- The connection gets up, and data moves through
- The server calls the correct callback for the specified protocol (
front-panel-protocol
)