Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Viewing all articles
Browse latest Browse all 4845

New Post: problem with websocket sample program

$
0
0
ok, now I feel dumb. The solution was to change

websocket_client client();

to

websocket_client client;

I guess the cpp skills are a little rusty. Too much time in the C world I guess.


I know I need to wait for the async tasks to complete.

Viewing all articles
Browse latest Browse all 4845

Trending Articles