Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Conversation

@SteffenDE
Copy link
Collaborator

No description provided.

Comment on lines 397 to 401
{:error, reason} ->
Logger.error("Failed to forward message #{inspect(message)}:\n#{inspect(reason)}")
# we cannot assume that the server might still answer later (for example for timeouts)
# so we don't reply.
:ok
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I originally wanted to reply with an error here, but it could very well be that the server actually still sends a reply later and then we would have duplicate IDs...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

actually: as we track IDs, we can simply discard duplicate messages - changed in 344fb2d

@SteffenDE SteffenDE merged commit a48db16 into main Apr 26, 2025
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants