You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enter some content in the textarea input, select Open a bidirectional stream then click Send data
result:
a bidirectional webtransport stream is established, data can be sent but not received
in the JS console, the exception below is triggered: Uncaught (in promise) TypeError: stream.pipeThrough is not a function
what is expected:
a bidirectional webtransport stream is established, data can be sent and received and no exception is shown in the JS console (I'm testing with a simple webtransport server that echoes back any received data)
The text was updated successfully, but these errors were encountered:
phsultan
added a commit
to phsultan/GoogleChrome-samples
that referenced
this issue
Dec 29, 2023
From the test page https://googlechrome.github.io/samples/webtransport/client.html, when opening a bidirectional webtransport stream, an exception is triggered that prevents from receiving data from the server.
To reproduce, from https://googlechrome.github.io/samples/webtransport/client.html
Open a bidirectional stream
then clickSend data
result:
Uncaught (in promise) TypeError: stream.pipeThrough is not a function
what is expected:
The text was updated successfully, but these errors were encountered: