You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the nature of BitTorrent trackers, web sockets is used only to establish communication between peers. No further connection is needed once the peers are connected, so the web sockets channels are closed.
Heroku repeatedly produces the following error after a client connects to the tracker:
Due to the nature of BitTorrent trackers, web sockets is used only to establish communication between peers. No further connection is needed once the peers are connected, so the web sockets channels are closed.
This is a benign error, and will not be addressed. See: https://stackoverflow.com/a/59941248/1551027
The text was updated successfully, but these errors were encountered: