node: Make sure all channels we use are bounded
This prevents potential memory leaks. We also ensure that sends fail instead of blocking, in case the channels are full.
Additionally, we add some metrics to report on channel size.
This prevents potential memory leaks. We also ensure that sends fail instead of blocking, in case the channels are full.
Additionally, we add some metrics to report on channel size.