Added a Faye websocket adapter for the Thin server

James Peret %!s(int64=10) %!d(string=hace) años
padre
commit
88fdde9707
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      config.ru

+ 2 - 0
config.ru

@@ -3,6 +3,8 @@ require 'bundler'
3 3
 Bundler.require
4 4
 require 'faye'
5 5
 
6
+Faye::WebSocket.load_adapter('thin')
7
+
6 8
 require File.expand_path('../config/initializers/faye_token.rb', __FILE__)
7 9
 
8 10
 class ServerAuth