xandrrix

Results 2 comments of xandrrix

I'm having an issue implementing the utilization of wss/wamp with a combination of websocketpp and autobahn|cpp libraries. Ultimately, my issue is that calling `connect_future = transport->connect()` results in a segmentation...

Hi again all. I actually fixed my issue and in so doing, I think I've created an example of using secure RawSocket/WebSocket. ## Includes: ``` #include #include #include #include #include...