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
By running dead-code-detection on my project, I discovered that the delete function in Network.Kademlia.Tree is dead code. My intuition tells me that this shouldn't be the case and I messed up the implementation of timing out peers.
The text was updated successfully, but these errors were encountered:
By running dead-code-detection on my project, I discovered that the
delete
function inNetwork.Kademlia.Tree
is dead code. My intuition tells me that this shouldn't be the case and I messed up the implementation of timing out peers.The text was updated successfully, but these errors were encountered: