You must log in or register to comment.
I think the “x users online” thing in lemmy is bugged as hell. It’s never correct for feddit.de, mostly waaaaaay higher than could be correct.
Its the number of open websocket connections, so it also counts users who are not logged in or individual tabs which are opened by the same user.
Ah, interesting, thanks. How long does such a websocket connection last, if a user leaves the website?
I think it should be closed immediately, at least in theory. Anyway we are going to remove websocket in the next major version, then that counter will probably also be gone.
ok, good luck!