Skip to content

Commit

Permalink
ipfs cluster closes the channle automatically
Browse files Browse the repository at this point in the history
goroutine 438 [running]:
github.com/functionland/go-fula/blox.(*Blox).Start.func1()
	/go-fula/blox/blox.go:652 +0xd4
created by github.com/functionland/go-fula/blox.(*Blox).Start in goroutine 1
	/go-fula/blox/blox.go:646 +0x320
  • Loading branch information
ehsan6sha committed Mar 28, 2024
1 parent c6bc125 commit cd8c777
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blox/blox.go
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ func (p *Blox) Start(ctx context.Context) error {
// Handle error
log.Errorw("RecoverAll error", "err", err.Error())
}
close(recoverOut) // Close the channel when RecoverAll is done
}()

// Create an HTTP server instance
Expand Down

0 comments on commit cd8c777

Please sign in to comment.