-
Notifications
You must be signed in to change notification settings - Fork 24
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
Firefox cannot dial @fails-components/webtransport server #265
Comments
But the firefox units worked so far. (But it is an older Firefox version). And then the question arises, if it is on my side or the browser side. (I learned that it is often not the fault of the package.) |
Ah, that first one was only merged about five hours ago, it's probably not in nightly yet - I'll check back at the end of the week. |
And I would be surprised if it did not work with the node.js server as I wrote the firefox patch testing against the unit test server of this package. |
Fingers crossed. |
Uncross your fingers, it all works with today's nightly! |
Here's a simple echo server
Running the code in Chrome yields the expected* result:
When running in Firefox Nightly (125.0a1 (2024-03-05) (64-bit)), the session never becomes ready:
* = the read stream doesn't end, but it won't until #256 ships
The text was updated successfully, but these errors were encountered: