Remove deprecated worker fields

This commit is contained in:
Jay
2026-05-20 08:57:27 -04:00
parent 6facb6eed0
commit ecd036b4eb
-2
View File
@@ -41,10 +41,8 @@ func makeWorker(t *testing.T, ctx context.Context, cancel context.CancelFunc) *D
config: config, config: config,
heartbeat: make(chan struct{}), heartbeat: make(chan struct{}),
processedCount: &atomic.Uint64{}, processedCount: &atomic.Uint64{},
droppedCount: &atomic.Uint64{},
outgoingCount: &atomic.Uint64{}, outgoingCount: &atomic.Uint64{},
restartCount: &atomic.Uint64{}, restartCount: &atomic.Uint64{},
bufferDepth: &atomic.Int64{},
} }
} }