Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TODO: review code + real commit message
switch from using a single persistent connection to using a socket per-request. Mainly to prevent inspecting messages that have no relevance to our process when there are no active requests. And to prevent wasted memory/processing maintaining our own message queue. *hasty re-write, but it seems much better no real benchmarks, but running on 2 systems for 48 hours shows no errors (excluding "no-route" errors), ~2% cpu reduction, and a faster ipfs bootstrap.
- Loading branch information