You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"When using a fully-featured websocket client, sending a ping every now and again to keep the socket open is built-in. However, when working with plain javascript in the browser, that option is not available.
Would be it possible to allow a message along the lines of:
{type: 'keep-alive'}
or
{type: 'ping'}
And a corresponding ack response?"
Also, check the status code error that is returned when type is not valid.
The text was updated successfully, but these errors were encountered:
AdamMagaluk
changed the title
Multiplexed WebSocket - Application ping/pong support
Multiplexed WebSocket - Application level ping/pong support
Jan 12, 2016
"When using a fully-featured websocket client, sending a ping every now and again to keep the socket open is built-in. However, when working with plain javascript in the browser, that option is not available.
Would be it possible to allow a message along the lines of:
{type: 'keep-alive'}
or
{type: 'ping'}
And a corresponding ack response?"
Also, check the status code error that is returned when type is not valid.
The text was updated successfully, but these errors were encountered: