Skip to content

Commit

Permalink
Set RetryMode in ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
carlst99 committed Apr 16, 2018
1 parent 8ed3b42 commit 9c08225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Ether.Network/Client/NetClientConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ internal NetClientConfiguration(INetClient client)
this._port = 0;
this._host = null;
this._timeOut = 5000;
this.RetryMode = ClientRetryOptions.OneTime;
}

/// <summary>
Expand Down

0 comments on commit 9c08225

Please sign in to comment.