Miguel-AgRz

Results 3 comments of Miguel-AgRz

mosquitto_client_address func static int basic_auth_callback(int event, void *event_data, void *userdata) { struct mosquitto_evt_basic_auth *ed = event_data; const char *ip_address; UNUSED(event); UNUSED(userdata); ip_address = mosquitto_client_address(ed->client); if(!strcmp(ip_address, "127.0.0.1")){ /* Only allow connections...

I might found the issue if I test a APP2 sending cleansession true the CONNACK answer the same as the bridge with cleansession false: APP2 cleansession true: Sending CONNACK to...

same issue: https://github.com/eclipse/mosquitto/issues/3098