Hi All,
I am doing some tests configuring libwebsockets for SMP for a client. I am trying to do lws_cancel_service() and it is not triggering LWS_CALLBACK_EVENT_WAIT_CANCELLED event for tsi values other than 0.
Upon debugging I came across the this line, which is returning without creating dummy fds for other threads other than value 0. After commenting that line, it seems to work.
Please clarify this.
Apologies for asking this query here as I couldn't open mailing list link. Its loading for ever.
BRs
Kiran