ecorm / cppwamp

C++ client library for the WAMP protocol.
Boost Software License 1.0
35 stars 9 forks source link

TCP transport keep-alive messages #75

Open ecorm opened 9 years ago

ecorm commented 9 years ago

TCP transports should optionally make use of the RawSocket transport-level PING messages to help keep long-lived connections open. The ping interval should be configurable by the user.

ecorm commented 2 years ago

Asked here about the rationale for PING/PONG messages over the SO_KEEPALIVE socket option: https://github.com/wamp-proto/wamp-proto/issues/274#issuecomment-1155745450

ecorm commented 1 year ago

Resolved via e64acc9712f42ef502328c3be6da4b65b44b6328.