-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 [Bug]: fiber prefork on windows #3111
Comments
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord |
without prefork it works as expected |
Isnt prefork a Linux feature? |
eh? On linux it doesn't seem to happen |
@lorypelli Try a simple server with prefork and a GET router without using https://github.com/pterm/pterm The weird text you are seeing is related to pterm not fiber |
But why does it work without prefork enabled? |
I'm not sure, prefork will run multiple processes using the same port. Maybe that affects pterm? Try it without pterm first to confirm it works without it |
@lorypelli Were you able to solve your issue? |
ok, i found my mistake |
Bug Description
it cause issue in the terminal
How to Reproduce
Create a fiber http server with prefork enable and try to start it
Expected Behavior
it should show fiber startup message, instead it starts to printing randoms things with randoms letters and numbers
Fiber Version
2.52.5
Code Snippet (optional)
No response
Checklist:
The text was updated successfully, but these errors were encountered: