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

Full json for user. Fixes #153 #201

Merged
merged 2 commits into from
Jul 24, 2014
Merged

Conversation

squirrelo
Copy link
Contributor

This moves from using both json and string parsing to do the handshake to just using json.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) when pulling 3a00913 on squirrelo:fix-153 into 8aea0d2 on biocore:master.

websocket.send(JSON.stringify({'msg': 'user:{{user}}'}));
console.log(JSON.stringify({'msg':'user:{{user}}'}));
websocket.send(JSON.stringify({'user': '{{user}}'}));
console.log(JSON.stringify({'user':'{{user}}'}));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this line please

@adamrp
Copy link
Contributor

adamrp commented Jul 22, 2014

Just one comment, then 👍

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.54%) when pulling 596828e on squirrelo:fix-153 into 8aea0d2 on biocore:master.

@squirrelo
Copy link
Contributor Author

Ready for merge.

adamrp added a commit that referenced this pull request Jul 24, 2014
@adamrp adamrp merged commit 776d66b into qiita-spots:master Jul 24, 2014
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

3 participants