Skip to content

Commit

Permalink
Update internal/networkio/service.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Jan 10, 2024
1 parent f3fd4f0 commit 08b9cf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/networkio/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ func (svc *Service) StartWorkers(
muxerToNetwork: svc.MuxerToNetwork,
networkToMuxer: *svc.NetworkToMuxer,
}
manager.StartWorker(ws.moveUpWorker) // TAKES conn ownership

manager.StartWorker(ws.moveUpWorker)
manager.StartWorker(ws.moveDownWorker)
}

Expand Down

0 comments on commit 08b9cf0

Please sign in to comment.