Description
Similar to #322, but happens to jaspr serve, not jaspr build.
Running jaspr build or jaspr serve after jaspr build, everything is fine.
Running jaspr build after jaspr serve, it's fine.
But once running jaspr serve after jaspr serve, SocketException will occur.
Existing VS Code and close all dartvm in windows task manager and restart VS Code can solve the problem.
Steps To Reproduce
- Run
jaspr serve
- Run
ctrl c in terminal
- Run
jaspr serve again
SocketException: Failed to create server socket occur
Expected Behavior
Should re-serve again
Additional Context
Windows 11
Dart 3.10
Jaspr 0.21.7
Additional package: TailwindCSS + DaisyUI