python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
RSocket-net - KEEPALIVE requests from the server are not being handled in the RSocket-net Client
I am trying to use the RSocket-net implementation of RSockets and have run across a problem.
The RSocket server can be setup to send KEEPALIVE frames at a rate specified in the RSocketOptions paramete...

spcmicro
Votes: 0
Answers: 0
Send request from a server to a connected client with RSocket C++
could someone kindly help me with the RSocket issue? I'm trying to send a request from the Server to a connected Client, but the Client Responder does not fire callbacks. I'm using the RSocket-cpp lib...
Artem Polyakov
Votes: 0
Answers: 0
How to create RSocket request endpoints without using Spring Library in Java?
I want to create RSocket request endpoints using plan Java RSocket SDK and without using Spring Framework. I was able to create a sample request with the help of the below code snippet. This works onl...

Rajesh
Votes: 0
Answers: 1
Spring WebFlux with socket.io capabilities
I'm playing around with Spring WebFlux and how to do async I/O in Java but it seems I need to set up a lot of boilerplates for managing websockets. For example, very common operations need to be re-im...
Blockost
Votes: 0
Answers: 0