-
Notifications
You must be signed in to change notification settings - Fork 21k
Closed
Description
This blocks: https://github.com/ethereum/eth-go/blob/master/ethminer/miner.go#L133
Ctrl-C won't let me shut down the program if I'm mining, because sending over the powQuitChan apparently blocks. If I remove that line, everything works fine, but it doesn't seem right. Even if I drain the channel first before sending on it, it still blocks. I don't understand it. Maybe you do? Or maybe we can just remove it?
Metadata
Metadata
Assignees
Labels
No labels