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

Add timeout as option to dataconnection #798

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DirkHeinke
Copy link

This will add a new option to the datachannel to enable a timeout function (#769).

This works by sending a special message every N seconds and automatically close the channel if the message from the other end was not received within N*2 seconds. The receiver does not emit the special message to the user.

This implementation works but nothing has been added to the documentation. After a maintainer confirms, that this is the right way to do it, I'll add documentation and tests.

@geniuskidkanyi
Copy link

Is this still under development?

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.

None yet

2 participants