On Thu, Sep 21, 2017 at 8:35 AM, Peter Xu wrote:
> The old chardev may not fully support non-default GMainContext. One
> direct clue is that when we call io_add_watch_poll() sometimes we are
> still passing in the NULL context pointer.
>
> IIUC we are fine during setup since the context will be p
The old chardev may not fully support non-default GMainContext. One
direct clue is that when we call io_add_watch_poll() sometimes we are
still passing in the NULL context pointer.
IIUC we are fine during setup since the context will be passed
correctly during setup via chr_update_read_handler().