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

Use a single and bidirectional socket to communicate with the worker (fix Python3 <= 3.10 requirement) #26

Merged
merged 6 commits into from
Sep 15, 2023

Conversation

ibc
Copy link
Member

@ibc ibc commented Sep 15, 2023

Rationale

  • In mediasoup server we used to use also a single bidirectional socket at the beginning, but there was a bug in Node for Windows so we ended spliting it into two (one for sending and one for receiving).
  • Anyway, mediasoup-client-aiortc doesn't support Windows.
  • And probably, such a bug in Node for Windows is already fixed (I don't care).

Awesome side effect

### Rationale

- In mediasoup server we used to use also a single bidirectional socket at the beginning, but there was a bug in Node for Windows so we ended spliting it into two (one for sending and one for receiving).
- Anyway, **mediasoup-client-aiortc** doesn't support Windowes.
- And probably, such a bug in Node for Windows is already fixed (I don't care).
@ibc
Copy link
Member Author

ibc commented Sep 15, 2023

For whatever reason tests in CI in macOS machines never end...

@ibc ibc marked this pull request as ready for review September 15, 2023 11:26
@ibc ibc mentioned this pull request Sep 15, 2023
@ibc ibc requested a review from jmillan September 15, 2023 11:31
@ibc ibc changed the title Use a single and bidirectional socket to communicate with the worker Use a single and bidirectional socket to communicate with the worker (fix Python3 <= 3.10 requirement) Sep 15, 2023
@ibc ibc merged commit f8eafc0 into v3 Sep 15, 2023
@ibc ibc deleted the use-a-single-bidirectional-socket-to-communicate-with-worker branch September 15, 2023 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Error with Python >= 3.11
2 participants