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

Close stale connection #4

Merged
merged 8 commits into from May 13, 2020
Merged

Close stale connection #4

merged 8 commits into from May 13, 2020

Conversation

Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
@cohosh
Copy link
Owner

@cohosh cohosh commented May 7, 2020

If we stop getting keep-alive pings for some timeout period, close the
stale connection. This solves bug #31278 where chrome proxies hang open
on an idle connection.

arlolra added 5 commits May 6, 2020
This might just be an issue with node-webrtc but seems a harmless
workaround.

Trac: 34126
Trac: 34140
arlolra and others added 3 commits May 8, 2020
If we stop getting keep-alive pings for some timeout period, close the
stale connection. This solves bug #31278 where chrome proxies hang open
on an idle connection.
@cohosh cohosh merged commit 4100963 into master May 13, 2020
0 of 2 checks passed
@cohosh cohosh deleted the ticket/31278 branch May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment