You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue! You can safely ignore the open file warning, unless you plan to host a web-facing server on Windows. The stack overflow is probably because Rust compiles relatively inefficient code in debug mode and the default stack size in windows is smaller. In the next update, I can introduce some code to request a larger stack for the main thread when running in debug mode.
Describe the bug
Running
make
in the server directory doesn't work on Windows, so I copy and pasted the command that make would run into the terminal and ran that, so:8081
This spits out a bunch of info logs, and one error log
alongside the referrer snippet for cohort none, and then just
Expected behavior
I expect the server to start and run.
Additional context (optional)
Running the server in release mode
Works
The text was updated successfully, but these errors were encountered: