prezi / reverse-proxy-rate-limiter

Reverse proxy written in Node.js that limits incoming requests based on their origin and the number of active concurrent requests.
Apache License 2.0
9 stars 1 forks source link

Fix flaky tests on OS X #11

Closed tkornai closed 8 years ago

tkornai commented 8 years ago

On OS X the order of the requests can change, therefor setting the callback on the last message results in flaky tests.

dtorok commented 8 years ago

👍