Closed evilsalvo closed 3 years ago
I am also unable to verify the client functionality, could you please let me know any solution on this
QNX will not be supported. They refuse to answer my requests for a free license to port my open source libraries to QNX. And I am not willing to pay 5000 dollar for a license to develop something which benefits them but doesn't bring me any money.
QNX will only be considered again if someone is willing to pay a perpetual license for me.
I feel that
Hi Mr. Bies I was porting this to QNX 6.6,7.0... the websocket server functionality works great! Thanks!
(I am able to communicate via the browser as a client), but I would like a websocket client in a process.
I modified the websocket client code (examples\websocket_client) to work with the latest (Latest commit bb25779 on Aug 15)
However using the client code specifically to create a connection always returns null, and the server logs/error handler is enabled with the full debugging mode and I get no error on the server side indicating what the trouble is.
(Note I removed the websocket server embedded in the example ((examples\websocket_client)) , and have libHTTP server running listening on port 1339.
Here are the arguments for httplib_connect_websocket_client:
Is there anything else I'm missing? Does ctx have to be initialized with httplib_create_client_context?
Thanks