Libraries
»
websocket_sequential_client
(1.0.1)
»
Index (S)
»
WebsocketSequentialClient
»
SocketAlreadyClosed
Exception: WebsocketSequentialClient::SocketAlreadyClosed
Inherits:
Error
Object
StandardError
Error
WebsocketSequentialClient::SocketAlreadyClosed
show all
Defined in:
lib/websocket_sequential_client/exception.rb
Overview
This error is raised when
recv
or
send
is called after the socket is closed.