Skip to content

websocket connect crashes  #1534

Open
Open
@sdimanx91

Description

@sdimanx91

build with boost v 1.74.0
Ubuntu 20.04.1 LTS

mClient->connect(uri).then(
            [this](pplx::task<void> result) {
                try
                {
                    result.get();
                }
                catch (const client::websocket_exception& exception)
                {
                }
            });

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