3e9edcd8afe7bf1b2fb7a076ee1f52d52ae543fb
Enhanced the `InvokeRecActionCommandHandler` class by adding a `catch` block to handle exceptions during HTTP request and response processing. Logged exception details, including `ProfileId` and `ActionId`, using `logger?.LogError` for better observability. Ensured the `finally` block releasing the semaphore remains unaffected.
Description
Languages
C#
100%