-
- Downloads
Decouple communication layer message processing (#497)
* Introduce worker pool to decouple receiving of messages and processing them
* Adjust shutdown/close order
* copy data before submitting it to the packet worker pool
Co-authored-by:
Luca Moser <moser.luca@gmail.com>
Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 2 deletionsgo.sum
- packages/gossip/manager.go 13 additions, 3 deletionspackages/gossip/manager.go
- tools/integration-tests/tester/go.mod 1 addition, 1 deletiontools/integration-tests/tester/go.mod
- tools/integration-tests/tester/go.sum 2 additions, 2 deletionstools/integration-tests/tester/go.sum
Loading
Please register or sign in to comment