Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sendData() doesn't work #3

Open
chirillkirkin opened this issue Nov 19, 2018 · 1 comment
Open

sendData() doesn't work #3

chirillkirkin opened this issue Nov 19, 2018 · 1 comment

Comments

@chirillkirkin
Copy link

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?

@AndroFlo
Copy link

AndroFlo commented Jul 21, 2020

Hi @Keyrillanskiy have you found a solution ? I also have the problem sometimes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants