Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ export class EVMP2pWorker extends BaseP2PWorker<IEVMBlock> {
this.multiThreadSync.stop();
logger.debug(`Stopping worker for chain ${this.chain} ${this.network}`);
await this.disconnect();
setTimeout(BaseEVMStateProvider.teardownRpcs, 100);
Comment thread
MicahMaphet marked this conversation as resolved.
Outdated
}

async start() {
Expand Down