Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Fix edge case in persistent peer connections
cloudhead committed 1 year ago
commit 765fc48c8496b35717a53405d745b154fc655955
parent c94ce020a1f7eb10469f3fe2195c8620bdcdf866
1 file changed +1 -0
modified radicle-node/src/service.rs
@@ -1340,6 +1340,7 @@ where
                        target: "service",
                        "Connecting peer {remote} already has a session open ({peer})"
                    );
+
                    peer.link = link;
                    peer.to_connected(self.clock);
                    self.outbox.write_all(peer, msgs);
                }