lws_client_connect_via_info是libwebsockets库中的一个函数,用于建立WebSocket客户端连接。如果你在调用此函数时遇到“lws not configured for tls”的错误,可能是因为函数参数设置不正确,特别是与TLS相关的参数。确保你传递的lws_client_connect_info结构体中的context、address、port、path、host等字段都正确设置,并且...
我在使用ibwebsockets做客户端的过程中,使用的path过长,在连接过程中会被截断,服务端收到的路径只有...
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...