context: Create TimeoutException only when deadline occurs
Use deadline on client calls lead to create TimeoutException even if deadline not occurs yet. fillStacktrack very expensive operation that allocate many unnecessary objects in heap. Now exception creates only when deadline occurs. Close #3272
Loading
Please sign in to comment