diff --git a/src/Dynamicweb.DataIntegration.Providers.ODataProvider.csproj b/src/Dynamicweb.DataIntegration.Providers.ODataProvider.csproj index 28c766d..59ef310 100644 --- a/src/Dynamicweb.DataIntegration.Providers.ODataProvider.csproj +++ b/src/Dynamicweb.DataIntegration.Providers.ODataProvider.csproj @@ -1,6 +1,6 @@  - 10.6.3 + 10.6.4 1.0.0.0 OData Provider The Odata Provider lets you fetch and map data from or to any OData endpoint. diff --git a/src/ODataSourceReader.cs b/src/ODataSourceReader.cs index 3138d83..df75189 100644 --- a/src/ODataSourceReader.cs +++ b/src/ODataSourceReader.cs @@ -568,7 +568,7 @@ private IEnumerable> ExtractStream(Stream responseStr yield return null; } - private bool HandleRequest(string url, string loggerInfo, IDictionary headers) + private bool HandleRequest(string url, string loggerInfo, IDictionary headers, int retryCounter = 0) { if (CheckIfEndpointIsReadyForUse(url)) { @@ -596,6 +596,15 @@ private bool HandleRequest(string url, string loggerInfo, IDictionary