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

fix: wrong usage of smallmap cause server crash. switched to indexmap #457

Merged
merged 2 commits into from
Nov 21, 2024

fix clippy

c86899d
Select commit
Loading
Failed to load commit list.
Merged

fix: wrong usage of smallmap cause server crash. switched to indexmap #457

fix clippy
c86899d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 21, 2024 in 0s

84.40% of diff hit (target 36.22%)

View this Pull Request on Codecov

84.40% of diff hit (target 36.22%)

Annotations

Check warning on line 152 in packages/media_core/src/cluster/room/audio_mixer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/cluster/room/audio_mixer.rs#L152

Added line #L152 was not covered by tests

Check warning on line 273 in packages/media_core/src/cluster/room/audio_mixer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/cluster/room/audio_mixer.rs#L273

Added line #L273 was not covered by tests

Check warning on line 59 in packages/media_core/src/endpoint/internal/bitrate_allocator/egress.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/endpoint/internal/bitrate_allocator/egress.rs#L59

Added line #L59 was not covered by tests

Check warning on line 42 in packages/media_core/src/endpoint/internal/bitrate_allocator/ingress.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_core/src/endpoint/internal/bitrate_allocator/ingress.rs#L42

Added line #L42 was not covered by tests

Check warning on line 47 in packages/media_utils/src/indexmap_2d.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_utils/src/indexmap_2d.rs#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 53 in packages/media_utils/src/indexmap_2d.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/media_utils/src/indexmap_2d.rs#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 19 in packages/transport_webrtc/src/shared_port.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport_webrtc/src/shared_port.rs#L16-L19

Added lines #L16 - L19 were not covered by tests

Check warning on line 32 in packages/transport_webrtc/src/shared_port.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport_webrtc/src/shared_port.rs#L32

Added line #L32 was not covered by tests

Check warning on line 35 in packages/transport_webrtc/src/shared_port.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport_webrtc/src/shared_port.rs#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 38 in packages/transport_webrtc/src/shared_port.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport_webrtc/src/shared_port.rs#L38

Added line #L38 was not covered by tests

Check warning on line 179 in packages/transport_webrtc/src/transport.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport_webrtc/src/transport.rs#L179

Added line #L179 was not covered by tests