On Tue, 19 Sep 2023 10:02:55 -0400 jleivent <jleiv...@comcast.net> wrote: > ... > This might help reduce those anomalous messages and be compatible with > Wayland 1. Reduce the greediness of object ID reuse by: > > - not reusing any IDs unless at least some minimum number (256?) > are free > > - reuse the freed ones in LRU fashion
This also needs something like zombies on the server side. At least retain the type info for a free ID until it is reused.