-
Notifications
You must be signed in to change notification settings - Fork 452
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
WebRTC: E2E test does not work on Firefox #2047
Comments
Main issue from the logs is
|
We are currently undergoing a big refactor of webRTC #2073 we will revisit once that is merged. |
@marcus-pousette is this still an issue? |
Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days. |
This issue was closed because it is missing author input. |
@maschad This is still an issue https://github.com/topology-foundation/ts-drp/actions/runs/12734290229/job/35491683450?pr=343 |
0.46.9
MacBook-Pro-3.local 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000 arm64
WebRTC
Severity:
Medium
Description:
I am running a simple WebRTC E2E test with Playwright
The test does the following
Create two browser contexts (A,B) with one protocol handler that allows you to send data from one to the other.
Start a relay.
Connect A to relay to obtain reservation for WebRTC address
Connect B to A using the circuit relay address.
Shutdown relay and make sure data still can be sent between the browser sessions
Test works on Chrome and Safari, but fails on Firefox.
I have also tested all the steps in a real browser sessions and the results are identical.
Below is the log from running the E2E test by opening the browser sessions manually and reading the logs:
The text was updated successfully, but these errors were encountered: