Skip to content

How can I check success or fail with pplx::task? #204

@geniys

Description

@geniys

I usually use WebSocket client as below code.

websocket_client client;
client.connect("server").wait();

In this case, how can I figuring out connect was success or not?
One of my clue is task_status, but it seems like complete of requested job.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions