mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-18 12:11:36 +00:00
7075088848
Possibly fixes: https://github.com/feross/bittorrent-tracker/issues/196 Close websockets when peers are evicted from LRU cache, otherwise it's possible for a peer object to be evicted from the LRU cache without the socket being cleaned up. That will leak memory until the websocket is closed by the remote client. It also messes up the stats. |
||
---|---|---|
.. | ||
parse-http.js | ||
parse-udp.js | ||
parse-websocket.js | ||
swarm.js |