HarriVa

Results 3 comments of HarriVa

> After the upgrade to HAOS 15.0 my network storage CIFS to a WIN11 machine stopped working. If I try to re-add the storage I get this error > After...

I have the same issue in my application. My best guess is that if the downloaded file is very small, then in some cases the StateChanged event does no fire....

> @HarriVa Based on my test can you try this in your code. Add in a `await Task.Delay(500);` before you add a url to Source. > > ``` > await...