zenon-network / syrius

MIT License
18 stars 15 forks source link

Retry Web3WalletService init on SocketException #119

Closed KingGorrin closed 4 months ago

KingGorrin commented 5 months ago

This PR fixes issue #118

Problem The Web3WalletService throws a SocketException when initializing without a valid internet connection. The unhandled exception prevents Syrius from continuing.

Error:

Solution The initialization of the Web3WalletService must retry until successful and allow Syrius to start normally.