class Amber::WebSockets::Adapters::MemoryAdapter
- Amber::WebSockets::Adapters::MemoryAdapter
 - Reference
 - Object
 
Overview
The MemoryAdapter is intended for development use only and shouldn't be used in production.
Defined in:
amber/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