Skip to content

sendData() doesn't work #3

@chirillkirkin

Description

@chirillkirkin

I'm connecting to the server, then I can receive data from server, but can't send data.
My config:

socketClient = RxSocketClient.create(
            SocketConfig.Builder()
                .setIp(ip)
                .setPort(port)
                .setCharset(Charsets.UTF_8)
                .setThreadStrategy(ThreadStrategy.SYNC)
                .setTimeout(5 * 1000) //millis
                .build()
        )

What am I doing wrong?

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