rsocket / rsocket-cpp

C++ implementation of RSocket
http://rsocket.io
Apache License 2.0
253 stars 99 forks source link

client: respond to KEEPALIVE(RESPOND) frame #912

Open yuriykulikov opened 2 years ago

yuriykulikov commented 2 years ago

Client sends KEEPALIVE(EMPTY) in this case.

Motivation and Context

This change is required for the rsocket-cpp client to be able to work with current rsocket-java and rsocket-kotlin servers, which do send KEEPALIVE(RESPOND) to the client.

How Has This Been Tested

Tested with rsocket-cpp, rsocket-kotlin and rsocket-java servers.

Types of changes

Checklist