Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor ping packet handling in WebsocketTransport
- Changed PING_PACKET from a Buffer to an object for improved clarity. - Updated the method call from `this.write(PING_PACKET)` to `this.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.
- Loading branch information