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
Upon receipt of a Ping frame, an endpoint MUST send a Pong frame in
response, unless it already received a Close frame. It SHOULD
respond with Pong frame as soon as is practical. Pong frames are
discussed in Section 5.5.3.
Looks to me like this needs to go at the end of the service function in websockets.R.
The text was updated successfully, but these errors were encountered:
Section 5.5.2 of RFC 6455:
Looks to me like this needs to go at the end of the
service
function in websockets.R.The text was updated successfully, but these errors were encountered: