rsocket-cpp icon indicating copy to clipboard operation
rsocket-cpp copied to clipboard

complete the story of reusing connection when resumability is not accepted by the server.

Open lehecka opened this issue 8 years ago • 2 comments

  1. today the server doesn't communicate whether it will honor the resumability
  2. on refused resume, the connection should be used to establish a new socket instance. We don't do that today.

lehecka avatar Jan 26 '17 20:01 lehecka

The title suggests not closing the tcp socket for example, and just sending more frames over it. is that correct?

yschimke avatar Feb 01 '17 13:02 yschimke

Is this still applicable?

benjchristensen avatar May 26 '17 16:05 benjchristensen