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

Split error logging from details #124

Merged
merged 2 commits into from
Oct 2, 2024
Merged

Conversation

third774
Copy link
Collaborator

This PR adds a couple more spots to capture some data for debugging. My theory for the mystery user/users leaving is that our cleanup function is removing users when it shouldn't be, and they immediately reconnect. I've added logging so we can see the websocket states when the cleanup runs since this is how partyserver determines which connections to return in getConnections()

See https://github.com/threepointone/partyserver/blob/main/packages/partyserver/src/connection.ts#L167-L183

@third774 third774 merged commit b8f62d3 into main Oct 2, 2024
4 of 5 checks passed
@third774 third774 deleted the split-error-logging-from-details branch October 2, 2024 21:30
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

Successfully merging this pull request may close these issues.

2 participants