cppwamp icon indicating copy to clipboard operation
cppwamp copied to clipboard

TCP transport keep-alive messages

Open ecorm opened this issue 10 years ago • 2 comments

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 avatar Aug 28 '15 21:08 ecorm

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 avatar Jun 14 '22 21:06 ecorm

Resolved via e64acc9712f42ef502328c3be6da4b65b44b6328.

ecorm avatar Aug 09 '23 02:08 ecorm