-
Methods Method Description bftsmart.tom.core.DeliveryThread.deliverLock() This method does not always work when the replica was already delivering decisions. This method is replaced byDeliveryThread.pauseDecisionDelivery()
. Internally, the current implementation of this method usesDeliveryThread.pauseDecisionDelivery()
.bftsmart.tom.core.DeliveryThread.deliverUnlock() Replaced byDeliveryThread.resumeDecisionDelivery()
to work in pair withDeliveryThread.pauseDecisionDelivery()
. Internally, the current implementation of this method callsDeliveryThread.resumeDecisionDelivery()