Replies: 1 comment
-
Even the aforementioned solution does not work on my end. For some reason, the node process hangs waiting for release of resources. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When not closed, the viem client keeps the socket open which prevents node from finishing.
Currently one solution is:
Is there a better way to achieve that ?
Beta Was this translation helpful? Give feedback.
All reactions