is this working for you ? if I set it to listen on 9292, it crashes right after start.
Whem im using it on its defaults - port 3000, and approach explained here in this railscast, it works perfectly using curl, but when I try to make Net::HTTP request in broadcast method, it fails on timeout.
is this working for you ? if I set it to listen on 9292, it crashes right after start.
Whem im using it on its defaults - port 3000, and approach explained here in this railscast, it works perfectly using
curl
, but when I try to makeNet::HTTP
request in broadcast method, it fails on timeout.Any ideas how to make it work?