raiden-network / raiden

Raiden Network

Home Page:https://developer.raiden.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[META] Improved connection loss handling

fredo opened this issue · comments

This is not an easy problem as it can open vulnerabilities easily. If connection is broken to any external RPC then we must stop the state machine.
The team decided to handle it with better notifications for now to give a better user feedback.

Soft measurements:

One more option we discussed:

  • Add a soft-restart feature that would allow the client to self restart from the outer layer (cli) in case of an exception, removing the need for the user to setup a process manager