dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
741 stars 205 forks source link

Websocket Pointer is null #59

Closed jamespinkerton closed 7 years ago

jamespinkerton commented 7 years ago

Hello. I tried using the example-client, but I ran into an issue when asserting ws. I took the client and replaced the url with: ws = WebSocket::from_url("wss://ws-feed.gdax.com");

I get the following output:

ERROR: Could not parse WebSocket url: wss://ws-feed.gdax.com example-client: example-client.cpp:37: int main(): Assertion `ws' failed. Aborted