You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_retryPauseTimeRunning=retryPauseTime.Add(TimeSpan.FromSeconds(Math.Pow(2,retryCount)));;// default timespan with back off is response does not contain the tag..
_retryPauseTimeRunning=retryPauseTime.Add(TimeSpan.FromSeconds(Math.Pow(2,retryCount)));;// default timespan with back off is response does not contain the tag..
@@ -107,22 +107,18 @@ public DataverseTelemetryBehaviors(ConnectionService cli)
107
107
if(_maxBufferPoolSize<MAXBUFFERPOOLDEFAULT)
108
108
{
109
109
_maxBufferPoolSize=-1;
110
-
logg.Log($"Failed to set MaxBufferPoolSizeOveride property. Value found: {maxBufferPoolSz}. Size must be larger then {MAXBUFFERPOOLDEFAULT}.",System.Diagnostics.TraceEventType.Warning);
110
+
logg.Log($"Failed to set MaxBufferPoolSizeOverride property. Value found: {maxBufferPoolSz}. Size must be larger then {MAXBUFFERPOOLDEFAULT}.",System.Diagnostics.TraceEventType.Warning);
111
111
}
112
112
}
113
113
}
114
114
else
115
-
logg.Log($"Failed to parse MaxBufferPoolSizeOveride property. Value found: {maxBufferPoolSz}. MaxReceivedMessageSizeOverride must be a valid integer.",System.Diagnostics.TraceEventType.Warning);
115
+
logg.Log($"Failed to parse MaxBufferPoolSizeOverride property. Value found: {maxBufferPoolSz}. MaxReceivedMessageSizeOverride must be a valid integer.",System.Diagnostics.TraceEventType.Warning);
116
116
}
117
117
118
118
}
119
119
catch(Exceptionex)
120
120
{
121
-
logg.Log("Failed to process binding override properties, Only MaxFaultSizeOverride, MaxReceivedMessageSizeOverride and MaxBufferPoolSizeOveride are supported and must be integers.",System.Diagnostics.TraceEventType.Warning,ex);
122
-
}
123
-
finally
124
-
{
125
-
logg.Dispose();
121
+
logg.Log("Failed to process binding override properties, Only MaxFaultSizeOverride, MaxReceivedMessageSizeOverride and MaxBufferPoolSizeOverride are supported and must be integers.",System.Diagnostics.TraceEventType.Warning,ex);
0 commit comments