Resolved! Qt QWebSockets with kdb+
Hello there, I am trying to connect to kdb process from C++ (using the Qt framework) using the very simple example provided by Qt for their QWebSocket class here: https://doc.qt.io/qt-6/echoclient.html Unfortunately this doesn't work for me. The stat...