Update On Thu Apr 17 20:38:35 CEST 2025

This commit is contained in:
github-action[bot]
2025-04-17 20:38:35 +02:00
parent 6d4c2ca6f3
commit 7d10caf390
297 changed files with 6162 additions and 5673 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ func (m *Mux) acceptUnderlayLoop(ctx context.Context, properties UnderlayPropert
}
log.Infof("Mux is listening to endpoint %s %s", network, laddr)
// Close the rawListener if the master context is cancelled.
// Close the rawListener if the master context is canceled.
// This can break the forever loop below.
go func(ctx context.Context, l *net.TCPListener) {
<-ctx.Done()