Commit ffdd4faf9aad44e79d207b696a6e7d4524727153

Authored by renansoares
1 parent 8ec3f548
Exists in master and in 1 other branch v2

trying to fix websocket error

config/initializers/eventmachine.rb
config/initializers/websocket_rails.rb
... ... @@ -16,7 +16,8 @@ WebsocketRails.setup do |config|
16 16 # Change to true to enable standalone server mode
17 17 # Start the standalone server with rake websocket_rails:start_server
18 18 # * Requires Redis
19   - config.standalone = false
  19 + config.standalone = true
  20 + config.standalone_port = 80
20 21  
21 22 # Change to true to enable channel synchronization between
22 23 # multiple server instances.
... ...