Skip to content

heartbeat: kill the TCP connection when no heartbeat from server #384

heartbeat: kill the TCP connection when no heartbeat from server

heartbeat: kill the TCP connection when no heartbeat from server #384

Triggered via push April 25, 2024 20:18
Status Success
Total duration 18s
Artifacts

security.yaml

on: push
security_audit
7s
security_audit
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
security_audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/audit-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
security_audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
written amount is not handled: src/buffer.rs#L206
warning: written amount is not handled --> src/buffer.rs:206:13 | 206 | space.write(data)? | ^^^^^^^^^^^^^^^^^^ | = help: use `Write::write_all` instead, or handle partial writes = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount = note: `-W clippy::unused-io-amount` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::unused_io_amount)]`