fastify / session

Session plugin for fastify
Other
103 stars 45 forks source link

fix race condition in cookie.maxAge test #242

Closed autopulated closed 5 months ago

autopulated commented 5 months ago

Fixes the race condition that caused tests to fail for https://github.com/fastify/session/pull/241

Checklist