Attention is currently required from: pespin.
daniel has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/32759 )
Change subject: [WIP] osmo_io: Support detecting connect ......................................................................
Patch Set 3:
(1 comment)
File src/core/osmo_io_poll.c:
https://gerrit.osmocom.org/c/libosmocore/+/32759/comment/32cc5541_4d6d4ef3 PS2, Line 118: if (osmo_iofd_txqueue_len(iofd) == 0)
why are you calling this write_disable?
We reach this path if the msgqueue is empty so we have nothing to write. If we don't call write_disable() then since the fd remains writable we'll end up in this function over and over again.