Skip to content
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

Attempt to address #35 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pandafulmanda
Copy link

making sure socket io loads client side before all other scrips are loaded and try to connect to sockets, making session id in sockets compatible with socket io 1.0

I was having the same problems as in #35, where the io object was not defined before sockets was call in scripts loaded by the require-jquery script so I moved the script loader to the bottom of the index layout file.

Additionally, client side was mad at me about the socket session id when I tried the blinking light demo on the front page. I made an update to Noduino.Socket.js to use socket.io.engine.id as in socket v 1.0 and above.

This library is awesome!

…oaded and try to connect to sockets, making session id in sockets compatible with socket io 1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant