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

Server latency issues due to large and continuous messages requested #1

Closed
francisbyrne opened this issue Apr 23, 2012 · 2 comments
Closed
Assignees
Labels

Comments

@francisbyrne
Copy link
Owner

Compared to examples on the meteor website, the performance for hangwithme is very choppy once deployed to meteor.com.
Looking at network analytics (via chrome dev console), it appears this may be due to large message sizes (1mb+) going back and forth from client to server.

Need to work out why this is happening and reduce the size.

@francisbyrne
Copy link
Owner Author

Believe this may be to do with garbage collection. Currently investigating removing useless data after game ends.

@francisbyrne
Copy link
Owner Author

This should be fixed after recent commits. Will re-open if issue reoccurs.

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