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 upCannot read property 'removeListener' of null #900
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
LOL, how did this even get into Fix is in 0.96.5 |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here's a common error from the WebTorrent Desktop telemetry: webtorrent/webtorrent-desktop#890
In
lib/server.js:The call to
torrent.removeListenerwill always fail, right?We should set
torrent = nullonly at the very end.@feross