JoaoLopesF / RemoteDebug

Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
MIT License
613 stars 127 forks source link

RemoteDebug interferes with others shockets libraries #84

Open tarribas2009 opened 2 years ago

tarribas2009 commented 2 years ago

Describe the bug When RemoteDebug is connected with putty client, esp_http_server or ESP32Ping fails

To Reproduce 1.- Connect with putty client 2.- My web server doesn't respons until I close the putty client with 'q' command in RemoteDebug

Expected behavior I expect both Remotedebug and webServices are reachable simultaneously

Screenshots If applicable, add screenshots to help explain your problem.

Arduino Information:

Additional context I reproduce the same behaviour with RemoteDebug running alone in other task with FreeRtos