Skip to content

Conversation

@duartenfonseca
Copy link
Collaborator

No description provided.

lutzbichler and others added 5 commits May 12, 2025 18:50
Summary
Do not log when doing nothing
routing_manager_impl::init_pending_service always logs, even if it does nothing.
Silence this.
Summary
Add service info to the sd accept offer log
Summary
Log the steps during suspend/resume
Summary
Removes remote_subscribers_ member variable from RMI
The remote_subscribers_ member do not have any logical use, thus
is now removed.
Changes on  remote_subscription_state_mutex_:

Uses scoped_lock instead;
Brace initilization;
Summary
Delay on event_tests Service application
In short, routingmanagerd which works as a routing manager Host, is processing
a message while the respective sender is being shutdown.
When the endpoint of the sender is "destroyed" while the message is still being
processed, the message won't be properly handled and the log and by consequence
test fails due to "missing" notification.
The following log is observed:
2025-04-16 16:50:23.134065 [error] Received message on invalid port: [1111.ffff. 1445.2341.0002] from: xxx.xxx.xx.x:port
At first, seems like a port issue, however, this message is also seen when the
endpoint is not found during the handling of the receiving message.
This PR adds a short delay to the application to ensure message is processed before
shutdown.
@duartenfonseca duartenfonseca merged commit 37175bf into master May 12, 2025
2 checks passed
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.

3 participants