klemola / foobar2000-web-ui

Control Foobar2000 from a (remote) web browser
MIT License
37 stars 7 forks source link

TCP/IP commands seem to be rate limited #1

Closed klemola closed 10 years ago

klemola commented 10 years ago

Seems like TCP/IP commands like adjusting volume hit a rate limit after 6 or so subsequent repeats. Investigate and see if the limit is caused by Node or foo_controlserver.

klemola commented 10 years ago

This issue was fixed by using websockets to send all UI commands. Seems like Express couldn't process more than x POST requests in a small window of time.