OperationTimeout setting seems to be ignored by the .NET SDK 2.0.2

@dimitrod -

This is a known issue and will be resolved in 2.0.3/2.1.0. There are two tickets associated with it:

  1. ConnectionTimeout should be SendTimeout in Configuration: NCBC-802
  2. Make operation lifespan configurable: NCBC-811

The first one changes the naming to align with the behavior of the property; the latter fixes the issue you mentioned here. Note that “send timeout” and “operation timeout” are two completely different concepts!

Thanks!

-Jeff