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
When ClientParticipant delete rightly, the ClientParticipant's related send_source is deleted rightly so that there will be no warning info.
Current behavior
Using TCPTransport, when ClientParticipant delete rightly, the ClientParticipant's related send_source is still in ServerParticipant's send_source_list_, which caused warning info.
Steps to reproduce
create a ClientParticipant, connect to ServerParticipant, delete ClientParticipant
create a ClientParticipant, connect to ServerParticipant again.
Fast DDS version/commit
2.11.2
Platform/Architecture
Ubuntu Focal 20.04 amd64
Transport layer
TCPv4
Additional context
No response
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
The text was updated successfully, but these errors were encountered:
Is there an already existing issue for this?
Expected behavior
When ClientParticipant delete rightly, the ClientParticipant's related
send_source
is deleted rightly so that there will be no warning info.Current behavior
Using TCPTransport, when ClientParticipant delete rightly, the ClientParticipant's related
send_source
is still in ServerParticipant'ssend_source_list_
, which caused warning info.Steps to reproduce
create a ClientParticipant, connect to ServerParticipant, delete ClientParticipant
create a ClientParticipant, connect to ServerParticipant again.
Fast DDS version/commit
2.11.2
Platform/Architecture
Ubuntu Focal 20.04 amd64
Transport layer
TCPv4
Additional context
No response
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
The text was updated successfully, but these errors were encountered: