Update dispatcher.go

This commit is contained in:
patterniha 2025-07-15 06:35:07 +03:30
parent cf555240a2
commit 28bc181610

View file

@ -24,7 +24,6 @@ type connEntry struct {
link *transport.Link
timer signal.ActivityUpdater
cancel context.CancelFunc
closed bool
}
type Dispatcher struct {