Hi
I have a problem that the automatic poll update not updating the stream with new beats.
This has worked before but stopped for some reason. It could be me changing a setting but I can't see where I might have.

The JS is called without errors. The current beats posted times are updated, but new beats are not added.

When I reload the page, all new beats are shown in the stream.

I use hook_heartbeat_messages_alter to filter messages. This works fine. When I reload the page, all messages are passed into the hook. But when the hook is called through JS poll, only the existing messages are passed into the hook.

I have no other filters on for beats, it is all handled in the hook. Permissions are set for all to view messages.