Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pafd reports misleading idle time for v2 clients #57

Open
m-ronnblom opened this issue Oct 9, 2024 · 0 comments
Open

pafd reports misleading idle time for v2 clients #57

m-ronnblom opened this issue Oct 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@m-ronnblom
Copy link
Collaborator

The Pathfinder server's "clients" Pathfinder protocol command reports v2 clients as being active (non-idle) only every 15 s (with default settings), even though no Pathfinder protocol level messages were seen from the client.

A v2 client is considered alive as long as its protocol level connection is up, however the "idle" field in the "clients" notification messages may (and maybe should) be something else than known-to-be-alive.

The server should either treat a v2 client as always active (as long as the transport connection is up), or only active when it's sending protocol level messages.

@m-ronnblom m-ronnblom added the bug Something isn't working label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant