vikashm05
vikashm05
I am using a Linux based platform. Yes, I downloaded the code from the main branch. Regards, Vikash On Tue, May 21, 2024 at 2:28 PM Andy Green ***@***.***> wrote:...
from attached logs, any pointers as i am not able to figure out whether its client side issue or server side.
I am able to see the packets sending/receiving from client to server and vice versa but not sure why connection has not been established.
Please confirm any specific API changes from 3.1.1 to 4.3.3 that would be the source of this problem, if at all possible.
Hi Team, I have added lws_sul_scheduler API to resolve the websocket connection error i.e. Connection in progress "errno 115" but after adding this API, I am getting error at initial...
Our Websocket server is running on quite old version [not sure about the exact version as its running over cloud]. So, is there compatibility issue with the latest version? Note:...
We have added the debug traces in the code and found that " lws_client_connect_check" is not calling in our code. Any dependency on compilation flags to call the mentioned function?
Thanks for the input. We have added a debug log in our code and found that below check is returning a failure. Filename: connect3.c : lws_client_connect_3_connect if (lws_fi(&wsi->fic, "conn_cb_rej") ||...