Update On Wed Dec 25 19:33:26 CET 2024

This commit is contained in:
github-action[bot]
2024-12-25 19:33:27 +01:00
parent 41bfe466ce
commit 90e70c28fa
54 changed files with 1426 additions and 1150 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ func (u *PacketUnderlay) RunEventLoop(ctx context.Context) error {
case <-u.done:
return nil
case <-u.idleSessionTicker.C:
u.closeIdleSessions()
go u.closeIdleSessions()
default:
}
seg, addr, err := u.readOneSegment()