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

Continous stream of "level=info msg="Closing idle web socket 1" log entries #3

Open
gamesbook opened this issue Dec 1, 2022 · 1 comment

Comments

@gamesbook
Copy link

I am running pg_eventserv in a docker, and when I check the logs I see an ongoing stream of the above messages (the web socket number increments each time).

Can I ask what causes this and if there is any way to disable it? (I cannot raise the log level at this time).

@pramsey
Copy link
Collaborator

pramsey commented Jul 14, 2023

Well, every time a client disconnects it will leave an orphaned web socked on the server, which will eventually time out and leave that in the log. Probably the answer is to push the log level lower, since timing out orphaned sockets is sort of unavoidable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants