-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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
Labels
No labels