bittorrent-tracker/lib/client
Feross Aboukhadijeh 3f3db7deb1 client: socketPool should not be shared across clients
Caught this issue because of the new eviction tests. Essentially, this
change moves the socketPool into the client instance instead of a
reused variable at the module level.

When a client sends stop (or is evicted) the server will close the
websocket connection if that client is not in any other swarms (based
on peerId). However, if we are using a single socket for multiple
clients (as was the case before this commit), then other clients will
have their sockets unintentionally closed by the server.
2017-02-08 13:20:41 -08:00
..
http-tracker.js minor style 2017-01-29 15:37:22 -08:00
tracker.js Remove all Function.bind calls 2016-03-28 23:38:23 -07:00
udp-tracker.js Wait up to 1s for pending requests before destroy() 2017-01-20 18:41:28 -08:00
websocket-tracker.js client: socketPool should not be shared across clients 2017-02-08 13:20:41 -08:00