Detached listeners ( multiple browser tabs)

Hello

Vaadin: 24.4.7

If a user has the application open in multiple browser tabs, after some time, the listeners stop working in app, on one of the browser tabs

Log:

2025-02-26T15:11:03.592+03:00 INFO 1548 — [Odin] [nio-8080-exec-6] c.v.f.s.c.r.AbstractRpcInvocationHandler : Ignored RPC for invocation handler ‘com.vaadin.flow.server.communication.rpc.MapSyncRpcHandler’ from the client side for an inert node id=‘31592’
2025-02-26T15:11:03.593+03:00 INFO 1548 — [Odin] [nio-8080-exec-6] c.v.f.i.nodefeature.ElementListenerMap : Ignored listener invocation for selected-changed event from the client side for an inert vaadin-tabs element

Those logs are not necessarily telling anything useful; they’re just info-level logs stating certain elements were inert and thus invocations are ignored. See How to implement server-side modality in Vaadin