I found an issue in the function sl_net_si91x_event_dispatch_handler when I tried to use the HTTP client and MQTT client features. The logic code always runs to _handle_mqtt_client_asynchevents(data); if MQTT_CLIENT_FEATURE is enabled. The if condition should be:
Hi guys,
I found an issue in the function sl_net_si91x_event_dispatch_handler when I tried to use the HTTP client and MQTT client features. The logic code always runs to _handle_mqtt_client_asynchevents(data); if MQTT_CLIENT_FEATURE is enabled. The if condition should be: