Skip to content

TCP connection logic happens synchronously on the UI thread #408

@billti

Description

@billti

See comments in the code on pull request #406

TCP connection attempts by default retry a couple times with a delay inbetween. This means they can take a couple seconds to complete. As such, we should ensure our TCP connections aren't happening via blocking calls on the UI thread.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions