NetsBlox / NetsBlox

a networked visual programming language based on Snap!
https://www.netsblox.org
70 stars 34 forks source link

Websocket messages should be throttled less #64

Closed brollb closed 9 years ago

brollb commented 9 years ago

Duplicate websocket messages are throttled to 100ms. This should be decreased as this results in a very noticable lag

brollb commented 9 years ago

Fixed in https://github.com/NetsBlox/NetsBlox/commit/bb5e83d876dc8debaf71fde7727954a9fadcbc44

brollb commented 9 years ago

I am going to try to optimize this further (more than simply changing the throttling)