Skip to content

Commit

Permalink
Merge pull request #66 from pinax-network/fix/reader-node-stdin-shutdown
Browse files Browse the repository at this point in the history
fix: reader-node-stdin not shutting down when receiving an EOF
  • Loading branch information
sduchesneau authored Sep 9, 2024
2 parents a173236 + 5165a0e commit 48e6ebc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Operators, you should copy/paste content of this content straight to your projec

If you were at `firehose-core` version `1.0.0` and are bumping to `1.1.0`, you should copy the content between those 2 version to your own repository, replacing placeholder value `fire{chain}` with your chain's own binary.

## Unreleased

* fix: reader-node-stdin not shutting down after receiving an EOF

## v1.6.2

### Core
Expand Down
1 change: 1 addition & 0 deletions node-manager/app/node_reader_stdin/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func (a *App) Run() error {
}

a.zlogger.Info("done reading from stdin")
mindreaderLogPlugin.Shutdown(nil)
}()

return nil
Expand Down

0 comments on commit 48e6ebc

Please sign in to comment.