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

Allow for setting custom controlling process #84

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Conversation

mickel8
Copy link
Member

@mickel8 mickel8 commented Mar 5, 2024

No description provided.

Copy link

codecov bot commented Mar 5, 2024

Codecov Report

Merging #84 (7aa0890) into master (db45bcd) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
+ Coverage   88.96%   89.00%   +0.03%     
==========================================
  Files          31       31              
  Lines        1387     1392       +5     
==========================================
+ Hits         1234     1239       +5     
  Misses        153      153              
Files Coverage Δ
lib/ex_webrtc/peer_connection.ex 87.64% <100.00%> (+0.12%) ⬆️
lib/ex_webrtc/peer_connection/configuration.ex 88.13% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db45bcd...7aa0890. Read the comment docs.

@@ -199,6 +199,19 @@ defmodule ExWebRTC.PeerConnectionTest do

# API TESTS

test "controlling process" do
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we want this test. I feel like it's pretty ugly 🤔

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean, if you have written it already...

@mickel8 mickel8 marked this pull request as ready for review March 5, 2024 22:14
@mickel8 mickel8 requested a review from LVala March 5, 2024 22:14
Copy link
Member

@LVala LVala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM, although do we have any particular need for this feature?

@@ -199,6 +199,19 @@ defmodule ExWebRTC.PeerConnectionTest do

# API TESTS

test "controlling process" do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean, if you have written it already...

@mickel8 mickel8 merged commit 348bd92 into master Mar 6, 2024
2 checks passed
@mickel8 mickel8 deleted the controlling-process branch March 6, 2024 11:17
@mickel8
Copy link
Member Author

mickel8 commented Mar 6, 2024

SGTM, although do we have any particular need for this feature?

Yup, it's needed to allow for spawning PeerConnection under supervision tree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants