class Launch::WebSockets::Adapters::MemoryAdapter
Overview
The MemoryAdapter is intended for development use only and shouldn't be used in production.
Defined in:
launch/websockets/adapters/memory.crClass Method Summary
Instance Method Summary
-
#on_message(topic_path, listener)
Add a channel listener as a proc
-
#publish(topic_path, client_socket, message)
On message publish, just call all listeners procs