Skip to content

Commit

Permalink
dont shutodwn req queue
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Jan 29, 2025
1 parent f096fbc commit 7ccefa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bitswap/client/internal/messagequeue/messagequeue.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ func (mq *MessageQueue) Startup() {
// Shutdown stops the processing of messages for a message queue.
func (mq *MessageQueue) Shutdown() {
mq.shutdown()
mq.requests.Shutdown()
}

func (mq *MessageQueue) onShutdown() {
Expand Down

0 comments on commit 7ccefa5

Please sign in to comment.