Commit 2bb41fc0b346be7154b025c6c3fe3cd3716f11b4
1 parent
b7292a69
Exists in
master
and in
1 other branch
trying to fix websocket rails
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/initializers/websocket_rails.rb
... | ... | @@ -16,7 +16,7 @@ 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 = true | |
19 | + config.standalone = false | |
20 | 20 | |
21 | 21 | # Change to true to enable channel synchronization between |
22 | 22 | # multiple server instances. | ... | ... |