fastify / fastify-throttle

Throttle the download speed of a request
Other
17 stars 5 forks source link

update for v5 #18

Closed gurgunday closed 2 months ago

gurgunday commented 5 months ago

@Uzlopak PTAL because route-throttle.stream-payloads.test is failing but weirdly all the tests pass individually, in fact they all pass when run together as well but timeout in the end, seems like a promise is unresolved? I tried adding fastify.close to each test but didn't work...

Uzlopak commented 5 months ago

strange: It actually passes on my machine.

gurgunday commented 2 months ago

strange: It actually passes on my machine.

Yeah, same, but one test keeps failing during CI