Open cc32d9 opened 2 years ago
unregprod marks an entry in producer_info as inactive and erases the key, instead of deleting it.
unregprod
producer_info
As a result, the table only grows and consumes the memory without a need.
is anything preventing us from deleting the entry on unreg?
unregprod
marks an entry inproducer_info
as inactive and erases the key, instead of deleting it.As a result, the table only grows and consumes the memory without a need.
is anything preventing us from deleting the entry on unreg?