I noticed that after closing the server with server.close(true), node did not always exit.
Actually, it fails to exit when the chain proxy has returned a non-200 response for at least one of the connection. I believe it's because targetSocket is not ended properly.
I noticed that after closing the server with server.close(true), node did not always exit.
Actually, it fails to exit when the chain proxy has returned a non-200 response for at least one of the connection. I believe it's because targetSocket is not ended properly.