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

handle tcp stream disconnect in client api #341

Open
prekucki opened this issue Jan 5, 2024 · 1 comment
Open

handle tcp stream disconnect in client api #341

prekucki opened this issue Jan 5, 2024 · 1 comment

Comments

@prekucki
Copy link
Member

prekucki commented Jan 5, 2024

No description provided.

@prekucki
Copy link
Member Author

prekucki commented Jan 5, 2024

Scenario

Nodes A & B.

  1. A try's to send message (5000 bytes) to B.
  2. 'B' receives first 1400 bytes from A.
  3. A lost connection to B.
  4. A reconnects to B.
  5. A send ping to B.
  6. B receives bytes from ping message but it adds it to buffer because it thinks that is missing bytes for this first 5000 message.

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

No branches or pull requests

1 participant