I am using Masstransit
Request-Response in Asp.NetCore
When I send Request before I get Response, Request is getting Cancelled and throwing this Exception
System.Threading.Tasks.TaskCanceledException: A task was canceled.
I have downloaded masstransit
codes and debugging my project with it.
I understand ClientRequestHandle
dispose and cancel requests before my response is received.
I checked Consumer side and it works successfully and sends Response as expected.