d-a-v / ESPWebDAV

macOS, linux, windows: Natively sharing files - port 80 is shared
Other
40 stars 9 forks source link

isClientWaiting not implemented? #26

Open dbuezas opened 7 months ago

dbuezas commented 7 months ago

I'm putting together yet another wifi sdcard because the existing ones don't seem to work well in my macbook. I managed to make it work but I am missing the ability to claim the sd card on-demand only and for that I want to use 'isClientWaiting'.

This function is declared in ESPWebDAV.h but not defined anywhere.

I assume there is a better way now and that function was just forgotten, what would that way be?

Thanks!

dbuezas commented 7 months ago

I guess just tcp.hasClient() ?