sivar2311

Results 4 issues of sivar2311

Hi Markus, on ESP32 it seems that `setNoDelay(true)` does not work and causing the "Bad file number" error when WebSocketsClient connects to a server. `setNoDelay(true)` is called in `connectedCb` in...

ESP32

AsyncUDPPacket inherits now from Stream instead of Print to make it compatible with the ESP32 version

If the `lib_deps` section in platformio.ini is changed and no library is listed anymore, the remaining files/folders in the `.pio/libdeps` folder are not automatically deleted. https://www.youtube.com/watch?v=nvsInEBOrr8 I could also observe...

bug
package management