bittorrent-tracker/lib
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
..
client client: socketPool should not be shared across clients 2017-02-08 13:20:41 -08:00
server Address @DiegoRBaquero's feedback 2017-02-08 13:13:20 -08:00
common-node.js Wait up to 1s for pending requests before destroy() 2017-01-20 18:41:28 -08:00
common.js Use safe-buffer 2016-05-29 23:12:23 -07:00