You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use modem_tcp_client with both mqtt and http at the same time. Current example does not show how to do this.
Describe the solution you'd like.
modem_tcp_client shows how to use it with multiple protocols at the same time (i.e. mqtt connection is active and we do http get request at the same time)