[WASM] ClientWebSocket request headers hang web app #7808
Unanswered
emceelovin
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Thanks for the report. Could you create a repro app which shows the issue? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current behavior
Setting request headers via ClientWebSocket.Options.SetRequestHeader causes WASM applicaton to freeze at the call to SetRequestHeader. Commenting out that line allows the program to function 100% correctly
Expected behavior
Should be allowed to set request headers
Workaround
Comment call to SetRequestHeader
Beta Was this translation helpful? Give feedback.
All reactions