p-luke
p-luke
I can confirm that this commit https://github.com/eclipse/mosquitto/commit/e979a46c048a8c60c53614548c4a98dfd4992cf4 introduces this issue (because of SSL_ERROR_SYSCALL not handled anymore during connection setup). I successfully tested the same scenario with v2.0.14, no problems there.
> Or can't netlink be initialized later when EXTERNAL_POLL can handle it? I was trying to analyze `lws_create_context()` execution flow to see how to achieve this, but I am not...
I am not sure on how to achieve this deferred initialization. Netlink role gets called via `lws_rops_t `callbacks, and the socket creation is performed in `pt_init_destroy`. The role has not...