You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It contains a map of channelID -> DeliverService (an interface).
The DeliveryService is implemented by a deliveryServiceImpl, which contains blockProviders a map of channelID -> Deliverer.
The implementation shows that the external and internal maps are always keyed together, with the same channelID, which means that the internal map has always a single entry...
Remove the redundant internal map.
The text was updated successfully, but these errors were encountered:
tock-ibm
changed the title
Remove redundant internal map in deliveryServiceImpl.blockproviders
BFT Block Puller: Remove redundant internal map in deliveryServiceImpl.blockproviders
Jun 4, 2023
After the delivery service StopDeliveryForChannel is called, it should be possible to call StartDeliveryForChannel again.
After the delivery service Stop is called, it should not be possible to call <Start/Stop>DeliveryForChannel again.
The gossip service:
Remove the redundant internal map.
The text was updated successfully, but these errors were encountered: