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.
ReC
Description
Languages
C#
100%