Qt/QML WebSockets with Spring / STOMP
-
We have Spring / STOMP WebSocket implementation, and we are trying to connect to it from Qt/QML WebSockets, however it doesn't appear that it supports the necessary HTTP-Upgrade request similar to the way Spring-WebSockets expects the process to go.
Does anyone have any insight or recommendations for connecting to Spring / STOMP over WebSockets from Qt/QML.
We have tried to implement with some of the QtStomp STOMP over QtTcpSocket, however, again, this doesn't respond the way we expected it too, and can't get Spring to establish a direct connection to the STOMP inbound handler.
Jordan