Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 5.12.0
-
Fix Version/s: None
-
Component/s: WebSockets
-
Labels:None
-
Environment:webassembly
-
Platform/s:
-
Epic Link:
Description
Trying to create and start a QWebSocketServer causes this error:
QNativeSocketEngine::initialize unable to inline out-of-band data
and get serverError of QWebSocketProtocol::CloseCodeAbnormalDisconnection
{{}}
We do not use native sockets for wasm, and I see there is no wasm functions for QWebSocketServer.
Should we support this? I am not sure we even can. If not, we might error/assert straight away or even at compile time.