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
SanjoDeundiak
changed the title
free_address function is called two times per Address during Processor shutdownremove_address_record function is called two times per Address during Processor shutdown
Jan 11, 2024
Sure @danik292 , go ahead! Most of the source code you'll need to touch must be in ockam_node/src/router directory. The tricky part of that issue is that access to the address map happens from different places/different source files/at different point of an address lifecycle. So could take a while to untangle
Observed behavior
remove_address_record
is called two times for the same AddressSteps to reproduce
Desired behavior
Each address should in the system should have clear lifecycle. It should be removed only once
Ockam Version
0.116.0
The text was updated successfully, but these errors were encountered: