hyperledger-labs / SmartBFT

Implementation of the SmartBFT consensus library (https://arxiv.org/abs/2107.06922)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

don't stop accepting new requests when stopping timers

HagarMeir opened this issue · comments

Today when the view changer calls StopTimers it not only stops the timers but also prevents new requests from getting in to the pool.
StopTimers should only stop the timers and keep the pool open for new requests.

...