class ConnectClient::Http::AsyncHttpError
Public Instance Methods
message()
click to toggle source
# File lib/connect_client/http/event_endpoint.rb, line 131 def message "You have tried to push events asynchronously without an event machine event loop running. The easiest way to do this is by passing a block to EM.run" end