You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your improvement related to a problem? Please describe.
When showing timeouts in the Saga View, it's unclear what the displayed date/time refers to. In the screenshot below, the saga sends a timeout; when the timeout expires, the displayed date/time is the same as when it was sent (the timeout is scheduled for 10 seconds later). However, the time when the saga processes the timeout is correct.
Generally speaking, it's unclear what the displayed date/time refers to. Is it the time the message was sent? Is it the time it was received or processed?
Describe the suggested solution
One option could be to display more than one date/time, showing both the sent and received date/time if there was a difference.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the suggested improvement
Is your improvement related to a problem? Please describe.
When showing timeouts in the Saga View, it's unclear what the displayed date/time refers to. In the screenshot below, the saga sends a timeout; when the timeout expires, the displayed date/time is the same as when it was sent (the timeout is scheduled for 10 seconds later). However, the time when the saga processes the timeout is correct.
Generally speaking, it's unclear what the displayed date/time refers to. Is it the time the message was sent? Is it the time it was received or processed?
Describe the suggested solution
One option could be to display more than one date/time, showing both the sent and received date/time if there was a difference.
Additional Context
No response
The text was updated successfully, but these errors were encountered: