You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
If the Dag is being creating in this line, and the miner keeps disconnecting for some reasons , CancellationToken will cancel the creating progress of Dag, if there is a gap in the Dag generation, pool will be stuck
Should the creating progress of dag not be cancelled by disconnecting worker ?
The text was updated successfully, but these errors were encountered:
Describe the bug
miningcore/src/Miningcore/Blockchain/Ethereum/EthereumJob.cs
Line 69 in 05b7810
If the Dag is being creating in this line, and the miner keeps disconnecting for some reasons , CancellationToken will cancel the creating progress of Dag, if there is a gap in the Dag generation, pool will be stuck
Should the creating progress of dag not be cancelled by disconnecting worker ?
The text was updated successfully, but these errors were encountered: