

Polling service does not catch the error and hence get's stuck at one block with the above error message.
Expected Behavior
It should catch the error and exit the process with a non-zero code.
Steps to Reproduce
- Run thor test node on the local machine.
bin/thor --network test --api-timeout 10
- Connect it to the polling service by adding it's URL in the .env.polling file in the root folder.
- Run the service.
socker-compose up -d polling_rtr
- Stop the thor node.