Refactor ping packet handling in WebsocketTransport #507
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Server-server connection ping error
![Снимок экрана 2024-12-04 в 16 06 48](https://private-user-images.githubusercontent.com/51157377/392885860-5b2fe798-99d6-4e9a-b7fa-e41c22372fb9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNjU5OTMsIm5iZiI6MTczOTI2NTY5MywicGF0aCI6Ii81MTE1NzM3Ny8zOTI4ODU4NjAtNWIyZmU3OTgtOTlkNi00ZTlhLWI3ZmEtZTQxYzIyMzcyZmI5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA5MjEzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk4ZDQwYWVmNGQzMDU5YTEzZjk3NWFkMzA4MWNmYzYzMjUwODAyZWFiNTg4ZmI1ZDI2OWM2ZTI4NTEyN2M4OGYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.kH41rIzvcPO02H2Rj6XKZaVSA8UtjQcSYE4VjbRRY5c)
this.write(PING_PACKET)
tothis.send(PING_PACKET)
to reflect the new structure.This change enhances the readability and maintainability of the code related to pinging in the WebSocket transport layer.
npm t
)npm run fix
)