status-im / status-console-client

Status messaging console user interface
Mozilla Public License 2.0
10 stars 2 forks source link

Dial mail server on every request if needed #106

Closed dshulyak closed 5 years ago

dshulyak commented 5 years ago

This method will ensure that we will re-dial mailserver if connection was lost without waiting for 30s (devp2p timeout) and we will catch if connection already exists (waiting for event doesn't catch existing connections)

part of https://github.com/status-im/status-console-client/issues/100

dshulyak commented 5 years ago

@adambabik addressed comments, please take a look when you will have time