You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: