I do a fork on git for faye, so i do the development steps, and i use it on my vendor folder. everything works except one thinkg. when i send a handshake the server doesn't response.
=== I have tracked the server using incoming, outgoing extensión and it recieve this: (But response never come back to client)
12:06:45 faye.1 | {"channel"=>"/meta/handshake", "version"=>"1.0", "supportedConnectionTypes"=>["callback-polling"], "id"=>"1"}
outgoing
12:06:45 faye.1 | {"id"=>"1", "channel"=>"/meta/handshake", "successful"=>true, "version"=>"1.0", "supportedConnectionTypes"=>["long-polling", "cross-origin-long-polling", "callback-polling", "websocket", "eventsource", "in-process"], "advice"=>{"reconnect"=>"handshake"}}