ESPWebDAV icon indicating copy to clipboard operation
ESPWebDAV copied to clipboard

isClientWaiting not implemented?

Open dbuezas opened this issue 1 year ago • 1 comments

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 avatar Jan 28 '24 23:01 dbuezas

I guess just tcp.hasClient() ?

dbuezas avatar Jan 28 '24 23:01 dbuezas