We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After trying many different ways to use Req-Resp over WebRTC, I saw that it just doesn't work.
There is a bug in WebRTC utils, PR to fix is incoming shortly.
Request-Response protocol should work over WebRTC
The stream is dropped and the response is never sent or received
No response
Fix WebRTC-utils
0.54.0
Yes
The text was updated successfully, but these errors were encountered:
Interesting. Didnt the universal-connectivity use request-response for files? Would have thought it would be caught there.
Sorry, something went wrong.
Likely not over WebRTC, I will take a look
Looks like the universal-connectivity is using the JavaScript for the file upload since it's got the front end, WebRTC and WebTransport
Successfully merging a pull request may close this issue.
Summary
After trying many different ways to use Req-Resp over WebRTC, I saw that it just doesn't work.
There is a bug in WebRTC utils, PR to fix is incoming shortly.
Expected behavior
Request-Response protocol should work over WebRTC
Actual behavior
The stream is dropped and the response is never sent or received
Relevant log output
No response
Possible Solution
Fix WebRTC-utils
Version
0.54.0
Would you like to work on fixing this bug ?
Yes
The text was updated successfully, but these errors were encountered: