josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

Linux client does not throttle move messages #179

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Clients are supposed to limit themselves to 5 movement messages per second. 
Linux clients don't seem to throttle properly, and can send as many as two 
messages per frame when moving.

This may be due to issues with Linux handling key repeat properly.

Original issue reported on code.google.com by jonathan...@gmail.com on 29 Mar 2011 at 8:24

GoogleCodeExporter commented 9 years ago
After testing, the Linux client appeared to generate a few more messages than a 
Mac client, but no longer nearly as many as before. Removing the target 
milestone, as this is no longer a serious scalability issue.

Original comment by jonathan...@gmail.com on 7 Sep 2011 at 7:32