LimeChain / HCS-Integration-Node

1 stars 1 forks source link

Stabilisation of the connection handling for p2p and HCS clients (retrying) #22

Open gregscullard opened 4 years ago

gregscullard commented 4 years ago

As the code stands, if the connection to the mirror is lost, the subscription will end. It should attempt to reconnect after a few seconds' delay.

Perseverance commented 4 years ago

Hey @gregscullard . Yeah, stabilization work is something that we want to tackle once we are done with the client side apps for the demo. Would you mind me extending this issue to include not only mirror node connection retries, but also the p2p client, as the p2p nodes retries would require similar work too?

gregscullard commented 4 years ago

Agreed, although I'm less familiar with p2p frameworks to be able to comment.