lws_client_connect_via_info是libwebsockets库中的一个函数,用于建立WebSocket客户端连接。如果你在调用此函数时遇到“lws not configured for tls”的错误,可能是因为函数参数设置不正确,特别是与TLS相关的参数。确保你传递的lws_client_connect_info结构体中的context、
Hi, libwebsocket developers, Thank you, first. It's really great library for me, probably until 1.6 I'm switching to v2.02 where lws_client_connect is deprecated. I try to adopt lws_client_connect_via_info() instead. But it always return...