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

Socket send data to client slow with 3 - 6 seconds delay #467

Closed
sebastianvirlan opened this issue Nov 18, 2016 · 1 comment
Closed

Socket send data to client slow with 3 - 6 seconds delay #467

sebastianvirlan opened this issue Nov 18, 2016 · 1 comment
Labels

Comments

@sebastianvirlan
Copy link

Hi, I am using this library with laravel.

I have some problems when I connect to the socket with 5 - 6 phones (clients) and start exchanging informations client - server. If the data sent from phones are lot, like flooding am getting response from server too slow.

For example each phone send 1 update location / second, there are 6 update locations per second and cumulate with all other interactions the data send to server become much.

The problem is that the response I am receiving is with delay.

Is this an issue or can be fixed with some custom parameters?

Thank you!

@cboden
Copy link
Member

cboden commented Dec 30, 2016

Make sure you're not doing any other blocking I/O (database queries) or heavy computational processing that could block the event loop. Otherwise please provide more information to help troubleshoot.

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

2 participants