p-luke

Results 3 issues of p-luke

Hi, I found a scenario in which the mosquitto_loop_stop(), called with force=false, never returns, leaving the hosting application stuck forever: mosquitto_loop_stop() remains blocked on pthread_join() call, because the network thread...

Type: Bug
Component: libmosquitto

mosquitto v2.0.15 platform: linux Using client library in threaded async mode with TLS connection to broker. If, during the initial TCP connection setup, the server responds with a TCP RST...

Netlink fds are not passed to the user callback for external loop adoption, because vhost and its protocols are not yet in place when `rops_pt_init_destroy_netlink() ` gets called during context...