ipfs / go-bitswap

The golang implementation of the bitswap protocol
MIT License
216 stars 112 forks source link

Split server & client and create message dispatcher object #568

Closed guseggert closed 2 years ago

guseggert commented 2 years ago

Requirements:

The intention was to deploy this to a cluster to get some perf feedback, but that is looking harder than anticipated, so we should just bite the bullet and setup a proper test harness as part of this.

BigLep commented 2 years ago

@guseggert : what is the done criteria for this issue?

Jorropo commented 2 years ago

@BigLep merging https://github.com/ipfs/go-bitswap/pull/570

BigLep commented 2 years ago

@Jorropo and @guseggert : since this is closed, I wanted to confirm all the requirements in the issue are satisfied.

Jorropo commented 2 years ago

Yes it is.