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 have read the documentation for esp-protocols components and the issue is not addressed there.
I have updated my esp-protocols branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
Suppose a condition where the internet connection gets dropped and I want to try to disconnect and then try to reconnect from the CMUX sample code. How would I go about doing this?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
How to disconnect and reconnect from the CMUX example code?
How to disconnect and reconnect from the CMUX example code? (IDFGH-10729)
Jul 25, 2023
Probably the fastest option would be to exit and re-enter the CMUX mode, if your device supports it.
If not, you can use manual CMUX commands to setup the PPP mode again, but only on the virtual channel already created.
I'd suggest playing with the modes a bit using the modem-console example. You can use these commands:
Answers checklist.
General issue report
Suppose a condition where the internet connection gets dropped and I want to try to disconnect and then try to reconnect from the CMUX sample code. How would I go about doing this?
The text was updated successfully, but these errors were encountered: