Questions tagged [ixwebsocket]
4 questions
1
vote
0 answers
I can't connect to web socket server in electron app
I am working on electron project which includes node addon module.
In native module, I am using ixWebSocket library to communicate with third party api.
After initializing websocket properties, I call start() function to run background thread.
Code…

Super Coder
- 21
- 2
0
votes
0 answers
Build and Link external dependency without vcpkg in VS 2022 for exe project
We are trying to remove vcpkg from our project as we had lot of issues recently when development is done throughout multiple machines with multiple configurations. Our project has several external dependencies such as boost, IXWebSocket, Eigen etc.…

cptalpdeniz
- 368
- 1
- 11
0
votes
1 answer
CMake Errors including IXWebSocket in Ubuntu 22 (works on MacOS 12.6)
Context:
I have a cpp program built on MacOS 12.6 with the following CMakeLists.txt file.
cmake_minimum_required(VERSION 3.19.0)
project(cpp-test VERSION 0.1.0)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED…

Jose Arrillaga
- 11
- 3
0
votes
2 answers
How to enabled TLS in IXWebSocket for simple client/server application
I'm attempting to build a simple client/server application in C++ using the IXWebsocket library, using the example code as an example, as shown on this page - https://machinezone.github.io/IXWebSocket/usage/
The code works fine when using an…

Alex
- 1,643
- 1
- 14
- 32