Skip to content

Commit

Permalink
Merge pull request #756 from eosnetworkfoundation/GH-755-dup-sync-issue
Browse files Browse the repository at this point in the history
[3.1] Attempt connection retries for duplicate connections
  • Loading branch information
heifner authored Aug 5, 2022
2 parents 5860c11 + efba1a9 commit f63346e
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 f63346e

Please sign in to comment.