Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: <title>The server closing the TCP connection when stopping all services. #825

Open
AGN-2022 opened this issue Dec 17, 2024 · 0 comments
Labels

Comments

@AGN-2022
Copy link

AGN-2022 commented Dec 17, 2024

vSomeip Version

v3.4.10

Boost Version

1.59

Environment

Ubuntu 20.04

Describe the bug

  1. Server Offering services.
  2. Client initiates TCP connection by sending [SYN]. [by 3-way handshake connection established]
  3. Client subscribes to a particular Event group offered by Server.
  4. Server sends ACK to client.
  5. Client calls method "SuspendInterface" to Server. [Intended to trigger Stop Offer from Server]
  6. Server sends Stop Offer Service Entry.
  7. Server initiates TCP connection close request by sending [FIN, ACK] to Client.

The TCP connection close request should not get triggered by Server, in this case this is the issue from VSOME/IP stack.

I observed the same behavior in 3.1.20.3 and 3.4.10.

Attached pcap log and Routing manager terminal log: TCP_close_issue_pcap_RM_logs.zip

Reproduction Steps

Steps 3 to 5 can reproduce the issue.

Expected behaviour

The server shall not stop the TCP connection when stopping all services.
Let the client to process control data & shutdown the connection by itself.

Logs and Screenshots

No response

@AGN-2022 AGN-2022 added the bug label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant