Skip to content

Fix connection state recovery #5348

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

Closed
wants to merge 1 commit into from
Closed

Fix connection state recovery #5348

wants to merge 1 commit into from

Conversation

Waxer59
Copy link

@Waxer59 Waxer59 commented May 16, 2025

The kind of change this PR does introduce

  • a bug fix
  • a new feature
  • an update to the documentation
  • a code change that improves performance
  • other

Current behavior

So far, all packets are being eliminated according to the time of their issuance, omitting completely the time of disconnection of the client. For example:

Customer A receives a packet broadcast at 10:00 AM and disconnects at 10:05 AM. However, the system deletes the packet based only on the broadcast time, without considering that the client was disconnected after 10:05 AM, thus causing the revision timeout that is executed every minute to delete the packet before disconnection and to always fail the recovery.

New behavior

All packages that are not required by any session are now removed to ensure that only the required packages are kept and not removed prematurely.

Other information (e.g. related issues)

#5282

@Waxer59 Waxer59 closed this May 16, 2025
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.

1 participant