Closed
Description
Expose an additional input into GraphQlWebSocketHandler
, probably Duration
, that would enable periodic pings from the server to the client. This would allow detecting a lost connection or disconnected client, independent of how frequently messages are sent.
Originally requested under #528.