Re: [VFS-853] Duplicate Listeners

2024-05-28 Thread Gary Gregory
TY Bernd! Gary On Mon, May 27, 2024 at 12:33 PM Bernd Eckenfels wrote: > > Hello, > > I pushed a PR which fixes the issue and > Contains a test (which fails if the fix is not > Present. Besides the uneeded double > Indirection this code also leads to prematurely > Dropped listeners and therefore

Re: [VFS-853] Duplicate Listeners

2024-05-27 Thread Bernd Eckenfels
Hello, I pushed a PR which fixes the issue and Contains a test (which fails if the fix is not Present. Besides the uneeded double Indirection this code also leads to prematurely Dropped listeners and therefore loses change events. Unfortunately a CI Acrion on Girhub failed with a unrelated spora