rsocket-cpp
rsocket-cpp copied to clipboard
complete the story of reusing connection when resumability is not accepted by the server.
- today the server doesn't communicate whether it will honor the resumability
- on refused resume, the connection should be used to establish a new socket instance. We don't do that today.
The title suggests not closing the tcp socket for example, and just sending more frames over it. is that correct?
Is this still applicable?