質問

So I have a faye server and a rails web application. It all worked fine till recently. Now the browser is not sending anythin to the server. There a no error not on the server not even in browser (I can create an instance of Faye.Client just fine). But when I do publish the server gets nothing. It doesn't even get anythin on the meta channel, like connect or subscribe. The thing is that if I send something with curl the server shows the message (cause I'm logging it).

I can't pin point the problem. :/

役に立ちましたか?

解決 2

Solved the problem. The url to which faye was connecting was not OK, but faye failed silently because the url responded. :/

他のヒント

Make sure the code to send messages is being reached. Make sure your client is still valid. Test an earlier code version etc. Just a few ideas.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top