We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.2.1+ce532901c
Linux 5.15.167.4-microsoft-standard-WSL2 x86_64 x86_64
Bun.listen({ hostname: 'localhost', port: 8080, socket: { data: (socket, data) => { console.log(data.toString()); }, }, tls: { key: [Bun.file('./first.key'), Bun.file('./second.key')], cert: [Bun.file('./first.crt'), Bun.file('./second.crt')], }, });
run it and it will crash
server runs
1 | Bun.listen({ ^ error: Failed to listen on localhost:8080 at /home/ian/projects/gh-proxy/bug.ts:1:5
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Bun is running?
1.2.1+ce532901c
What platform is your computer?
Linux 5.15.167.4-microsoft-standard-WSL2 x86_64 x86_64
What steps can reproduce the bug?
run it and it will crash
What is the expected behavior?
server runs
What do you see instead?
1 | Bun.listen({ ^ error: Failed to listen on localhost:8080 at /home/ian/projects/gh-proxy/bug.ts:1:5
Additional information
No response
The text was updated successfully, but these errors were encountered: