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

Use correct data types when communicating between browser and server #22

Open
garretraziel opened this issue Oct 3, 2015 · 0 comments
Labels

Comments

@garretraziel
Copy link
Owner

There is a problem when server is sending some numbers as real numbers, while other numbers as strings, e. g. when querying "count" of connected people. It looks like this:

count! Object {id: 4, count: 0}
lister.js:11 count! Object {id: 6, count: "0"}

It may be caused by querying some numbers from Redis, while setting others in code. Correct this to be consistent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant