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

refactor(repeater): stop sending ping event #584

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

denis-maiorov-brightsec
Copy link
Collaborator

Ping historically was there to signal over RMQ that repeater is still connected
Socket.IO implementation has built in mechanism for disconnection detection https://socket.io/docs/v4/engine-io-protocol/#heartbeat

@denis-maiorov-brightsec denis-maiorov-brightsec added the Type: refactoring Changes in the way the code works internally without changing the output produced. label Aug 6, 2024
@denis-maiorov-brightsec denis-maiorov-brightsec marked this pull request as ready for review August 8, 2024 09:55
Ping historically was there to signal over RMQ that repeater is still
connected
Socket.IO implementation has built in mechanism for disconnection detection
https://socket.io/docs/v4/engine-io-protocol/#heartbeat
@derevnjuk derevnjuk merged commit c22dc2b into next Aug 8, 2024
6 checks passed
@derevnjuk derevnjuk deleted the refactor/eliminate-ping branch August 8, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: refactoring Changes in the way the code works internally without changing the output produced.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants