Skip to content

android.os.NetworkOnMainThreadException  #57

@kakashysen

Description

@kakashysen

When I use channel.push android throws this exception android.os.NetworkOnMainThreadException

channel.push("new_msg", "Hi")
                    .receive("ok", { _ ->
                       // message sent
                    })

I think that this library use another thread to call each method like push or connect

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions