iio_buffer_refill hangs indefinitely without timeout after disconnection.
I encountered an issue where calling iio_buffer_refill in a network backend thread works fine when connected, but it blocks indefinitely after disconnecting the Ethernet cable without timing out despite setting a timeout with iio_context_set_timeout(_ctx, 12000) and only returns an error after reconnecting. Why does this happen? I'm using version 0.26.
Hi @tyw996,
I will into it. It would help to know on which operating system you are seeing this issue. Thank you!
I am using the Windows 11 operating system.
I'm using version 0.26.
And just to double check - that's 0.26 on both sides?
first five lines of iio_info should help replicate things.
-Robin