We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We currently panic on error.
{"level":"info","timestamp":"2024-07-08T06:20:42Z","caller":"miner/worker.go:80","msg":"starting 2 workers"} {"level":"info","timestamp":"2024-07-08T06:20:42Z","caller":"miner/worker.go:64","msg":"stopped workers"} panic: async: muxer error: read tcp <ip>:48842-><ip>:3001: read: connection reset by peer goroutine 3565 [running]: github.com/blinklabs-io/bluefin/internal/tx.submitTxNtN.func1() /home/ubuntu/bluefin/internal/tx/tx.go:442 +0x8e created by github.com/blinklabs-io/bluefin/internal/tx.submitTxNtN in goroutine 3551 /home/ubuntu/bluefin/internal/tx/tx.go:439 +0x1a5
The text was updated successfully, but these errors were encountered:
feat: improve logging and synchronization for NtN TxSubmission
7a79e85
Fixes #204 Fixes #205
fix: improve logging and synchronization for NtN TxSubmission
0d2a9cf
be52379
f83e77f
Successfully merging a pull request may close this issue.
We currently panic on error.
The text was updated successfully, but these errors were encountered: