Skip to content

Stack overflow on updateStatusAsync(const std::string&) #168

@egasato

Description

@egasato

We have ran into an stack overflow exception when calling the status update API (updateStatusAsync).

Image

The culprit seems to be the first line of the implementation, which compared to other alike functions (unfollowUsersAsync), should call the the non-Async variant and return the std::promise's std::future.

I've reproduced this on Windows as well as Android.

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