Send async Task<IActionResult> from receiver to Sender in MASSTRANNSIT
问题 I am stuck at one point in Azure ServiceBus Queue implementation using MASSTRANSIT. Below is my scenario and code. My Sender is in EventController.cs and its code is as follow's. [ProducesResponseType(202)] [ProducesResponseType(400)] [ProducesResponseType(401)] [ProducesResponseType(404)] [HttpPut("{applicationNumber}/{systemId}/DipDecisionUpdated/{decisionId}")] public async Task<IActionResult> DipDecisionUpdated([Required]string applicationNumber, [Required]SystemEnum systemId, [Required