Skip to content

wip Add PeerConneciton.set_packet_loss #1059

wip Add PeerConneciton.set_packet_loss

wip Add PeerConneciton.set_packet_loss #1059

Triggered via push December 16, 2024 13:20
Status Failure
Total duration 3m 54s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
CI on OTP 27 / Elixir 1.17
Process completed with exit code 8.
CI on OTP 27 / Elixir 1.17
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
CI on OTP 27 / Elixir 1.17: lib/ex_webrtc/dtls_transport.ex#L253
Function body is nested too deep (max depth is 2, was 3).
CI on OTP 27 / Elixir 1.17
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
CI on OTP 27 / Elixir 1.17
0..(2 <<< 14) - 1 inside guards requires an explicit step, please write 0..(2 <<< 14) - 1//1 or 0..(2 <<< 14) - 1//-1 instead