Open cfal opened 1 year ago
I'm working on this :)
uSockets doesn't actually implement a remotePort
function so Bun instead (incorrectly) passes the local port in #attach
in its net shim, so I'll implement everything from uSockets up. :)
this appears to be working now. are you able to confirm?
What version of Bun is running?
1.0
What platform is your computer?
Linux x86_64
What steps can reproduce the bug?
Bun returns the local server address instead of the remote address.
What is the expected behavior?
The connecting client's address
What do you see instead?
The local server address
Additional information
No response