-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sente in advanced compilation mode #27
Comments
Hi there, Advanced mode shouldn't be a problem (I run it in Advanced mode). Could you get me some more information to help debug?
|
I've tried both 0.9.0 and 0.10.0.Yes, i do run both cleans. I don't see any compilation warnings or errors. That's because i'm logging everything on client and server sides. In simpel mode i see "port open" messages and WS connection in dev tools. In advanced mode I can't see them. The only difference between these two tests is compilation mode. So, i really think that this is Sente's issue. |
Ahh, I see the problem - give me a few mins. |
Okay, just pushed Cheers! :-) |
Thank you very much! :) |
When compiled in advanced mode, Sente doesn't even tries to establish WebSocket connection or long-polling ajax call. It falls back to ajax POST's.
Should i tweak something in cljsbuild configuration?
The text was updated successfully, but these errors were encountered: