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 #180

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

denis-maiorov-brightsec
Copy link
Contributor

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

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 8, 2024
Copy link

codeclimate bot commented Aug 8, 2024

Code Climate has analyzed commit c820824 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 96.3% (0.0% change).

View more on Code Climate.

Copy link
Member

@derevnjuk derevnjuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure that ITimerProvider and its default implementation are still in use. If not, please remove them as well.

@derevnjuk derevnjuk merged commit c8e0113 into master Aug 9, 2024
6 checks passed
@derevnjuk derevnjuk deleted the refactor/repeater-eliminate-ping branch August 9, 2024 05:44
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.

2 participants