Skip to content

An example app to demonstrate a file descriptor leak in SvelteKit

Notifications You must be signed in to change notification settings

Hirevo/sveltekit-stream-issue

Repository files navigation

SvelteKit Stream Issue Demo

This repository is a demo app to showcase and isolate a file descriptor leak, most likely due to streams not being closed automatically.

How to run

This is built and run just like any SvelteKit app that uses NodeJS:

yarn build
node build

The index page (the / page) displays steps on how to observe the issue.

About

An example app to demonstrate a file descriptor leak in SvelteKit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published