mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-31 12:34:23 -04:00
P2P network improvements
This commit is contained in:
parent
f0d727e345
commit
4bc8c70a83
19 changed files with 214 additions and 153 deletions
|
@ -267,6 +267,8 @@ public class MainViewModel implements ViewModel {
|
|||
// Other disconnects might be caused by peers running an older version
|
||||
if (connection.getPeerType() == Connection.PeerType.SEED_NODE &&
|
||||
closeConnectionReason == CloseConnectionReason.RULE_VIOLATION) {
|
||||
log.warn("onDisconnect closeConnectionReason=" + closeConnectionReason);
|
||||
log.warn("onDisconnect connection=" + connection);
|
||||
new Popup()
|
||||
.warning("You got disconnected from a seed node.\n\n" +
|
||||
"Reason for getting disconnected: " + connection.getRuleViolation().name() + "\n\n" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue