ApeWorX / ape-hardhat

Hardhat network provider for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
17 stars 15 forks source link

Hardhat process does not stop [APE-953] #143

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

Environment information

For some reason, the hardhat process no longer terminates when ape is done. I noticed this problem only happens with ape-hardhat but not ape-foundry, ape-geth, or ape-ganache, even tho they use the same base class and logic for shutting down. i am guessing it may have to do with npm or something? not sure. will need this fixed. it is important.

What went wrong?

Please include information like:

How can it be fixed?

Fill this in if you have ideas on how the bug could be fixed.

antazoey commented 1 year ago

no longer an issue

antazoey commented 1 year ago

ok i get this issue sometimes, but then i restart my computer and it stop happening. it only happens for hardhat. it is like there is a lingering process that keeps the port locked, even tho the node is not running

antazoey commented 1 year ago

because ive been stuck on this for a while, i also created an issue in Hardhat: https://github.com/NomicFoundation/hardhat/issues/4036

hoping to at least get some direction