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
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