Files
tendermint/internal/consensus
Sam Kleinman 9a833a8495 consensus: skip channel close during shutdown (#8155)
I see this panic in tests occasionally, and I don't think there's any
need to close this channel:

- it's only sent to in one place which has a select case with a
  default clause, so there's no chance of deadlocks.

- the only place we recieve from it thas a timeout.
2022-03-18 18:35:42 +00:00
..
2022-03-18 17:39:38 +00:00
2022-02-02 11:51:13 +01:00
2022-03-18 17:39:38 +00:00
2022-03-18 17:39:38 +00:00
2021-10-08 16:53:54 +02:00
2022-03-18 17:39:38 +00:00
2022-02-17 11:23:32 -05:00