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

Unnecessary HTTP connections #34

Open
thexperiments opened this issue Sep 13, 2017 · 0 comments
Open

Unnecessary HTTP connections #34

thexperiments opened this issue Sep 13, 2017 · 0 comments

Comments

@thexperiments
Copy link
Contributor

I just checked my network connections on the raspberry when investigating an other problem…

33 open http connections to the server..., doesn’t sound right and could be responsible for some problems.

Ither the connections are not properly closed or not properly reused. You could take a look at my Harmony plugin, had similar problems and introduced some kind of connection pooling. This also made it faster for me as you don’t need to create a new connection everytime a command is sent or some value is polled.

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

No branches or pull requests

1 participant