Skip to content

[ROBO-5186] Fix duplicate stacktraces in logging#122

Open
eduard-dumitru wants to merge 2 commits intomasterfrom
fix/dont_duplicate_logged_stacktraces
Open

[ROBO-5186] Fix duplicate stacktraces in logging#122
eduard-dumitru wants to merge 2 commits intomasterfrom
fix/dont_duplicate_logged_stacktraces

Conversation

@eduard-dumitru
Copy link
Collaborator

@eduard-dumitru eduard-dumitru commented Dec 9, 2025

Fix duplicate stacktrace when logging (the LogError overload accepting an exception was being used while the exception was also included in the string message).

{
await Stream.WaitForConnectionAsync();
}
catch (ObjectDisposedException)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kind of nit: Maybe when (ct.IsCancellationRequested)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants