Exception: LibWebSocket::Frame::Error::GoingAway

Inherits:
LibWebSocket::Frame::Error show all
Defined in:
lib/libwebsocket/frame/error.rb

Overview

1001 indicates that an endpoint is “going away”, such as a server going down, or a browser having navigated away from a page.

Instance Method Summary collapse

Methods inherited from LibWebSocket::Frame::Error

#clean_close?

Instance Method Details

#status_codeObject



28
# File 'lib/libwebsocket/frame/error.rb', line 28

def status_code; 1001; end