I’ve been contemplating about using TPL dataflow blocks for my socket server, I’ve been running some isolated performance tests using blocks, which doesn’t point to anything special, the only positive thing I can see is the ease of chaining blocks and the asynchronicity. So before I get into implementing it in my code. I wouldRead more