Author :
claudio
Date :
2024-11-21 12:54:52
Hash :c362c6de Message :Adjust imsgbuf_read to return an int with either 1, 0 or -1.
Handle EAGAIN by a simple return 1 (same for the fd check).
This way the caller will poll again and then retry later.
OK tb@