Hi,
I figure it out. The issue was in my compositor.
For reference, I was using the same wl_listener for multiple clients
(wl_client_add_destroy_listener). This was the root cause of my issue.
Best
Matteo
On Wed, Aug 29, 2018 at 4:46 PM Matteo Valdina
wrote:
> Hi,
> I'm moving my compositor to
Hi,
I'm moving my compositor to latest libweston 5.0 /wayland 1.16 library and
I noticed a regression when I terminate my compositor.
The compositor will never exit because is stuck in a busy loop.
The busy loop is in the "wl_priv_signal_final_emit" that was added in the
latest wayland.
And preci