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.
By running dead-code-detection on my project, I discovered that the
deletefunction inNetwork.Kademlia.Treeis dead code. My intuition tells me that this shouldn't be the case and I messed up the implementation of timing out peers.