James,
Thanks for detecting that my post was treated as spam and getting it posted to the group.
Thanks for the corrected usage of the curl command.
I'm still not able to see Faye internal message logs on my Centos VM that is located on our private work network,
I will verify the Faye (believe it's 0.8.9) and Thin versions we're using. Being it's a private network not connected
to the public Internet, are there other configuration concerns (proxies, firewalls, closed ports, etc.) that
might hinder Faye message logging?
On my home Windows 7 laptop connected to Internet via Verizon FIOS wireless router, I set-up Ryan Bate's Railscast
Episode-260 Faye Messaging Chat example application (
http://railscasts.com/episodes/260-messaging-with-faye)
and was able to see the Faye internal messages logging upon starting the server. Also getting explicit
logger.infomessages I put in the handshake/subscribe/unsubscribe monitoring callbacks in
faye.ru. Hence the reason
I wonder if something about the network setup at work and/or Faye/Thin versions/configuration used in that
environment is causing the logging not the happen. I will setup Ryan's app at work today and see I can
get the logging working.
I also tried the curl command you provided below from my Windows 7 laptop (with and without 'message=' on the -d option as shown
below), but Faye raises a "Bad Request" error. I saw in another Faye users post, you mentioned the issue in
https://github.com/faye/faye/issues/143. I wonder if perhaps my Verizon FIOS router is using a proxy that doesn't handle
Websocket requests and is changing the request to be GET with a message param. I'm using Faye ruby server.
How would I confirm the source of these "Bad Request" errors?