Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
proton-dotnet-1.0.0-M8
-
None
Description
Calls in IReceiver and IStreamReceiver to wait on a delivery need to check that the timeout value is not greater than UInt32.MaxValue milliseconds of the inboult .NET Task API will fail internally in the receiver code and block the call from ever completing. This should be checked early to prevent a client call hang.