Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upToo many rtc peer connections with no reason #415
Comments
This comment has been minimized.
This comment has been minimized.
|
When no seeds found, automatically the script starting switch ports to connect and find someone peers. I pressume what that is your issue. |
This comment has been minimized.
This comment has been minimized.
|
@vkefallinos All these peer connections are opened so that the WebRTC "offers" that your browser generates can be sent to the tracker server and be used by potential peers. Each peer connection has a timer that ensures that the peer connection objects are destroyed when no one connects to them for ~60 seconds. This is not a cause for concern. WebTorrent is working as expected. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
I just loaded(seed) a file in instant.io and it starts opening dozens of rtcpeerconnections without even starting to download.

Is this normal?