Skip to content

Commit

Permalink
Merge pull request #757 from eosnetworkfoundation/GH-755-merge-to-main
Browse files Browse the repository at this point in the history
[3.1 -> main] Attempt connection retries for duplicate connections
  • Loading branch information
arhag authored Aug 6, 2022
2 parents 461a055 + dc5c8bc commit 7466a35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/net_plugin/net_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2280,6 +2280,7 @@ namespace eosio {
case no_reason:
case wrong_version:
case benign_other:
case duplicate: // attempt reconnect in case connection has been dropped, should quickly disconnect if duplicate
break;
default:
fc_dlog( logger, "Skipping connect due to go_away reason ${r}",("r", reason_str( no_retry )));
Expand Down

0 comments on commit 7466a35

Please sign in to comment.