microsoft / dev-tunnels

Dev Tunnels SDK
MIT License
285 stars 20 forks source link

TCP forwarding: Some HTTP requests time out #429

Closed ElDavoo closed 3 weeks ago

ElDavoo commented 5 months ago

Hello, I'm experiencing a bug similar to #276
Context:

Code version 1.87.2 863d2581ecda6849923a2118d93a088b0745d9d6 x64

Some screenshots 20240326_14h12m20s_grim

Some logs

debug [russh::server::encrypted] request: Ok("ssh-userauth")
debug [russh::server::encrypted] name: "tunnel" Ok("ssh-connection") Ok("none")
debug [tunnels::connections::relay_tunnel_host] host relay client session successfully authed
debug [tunnels::connections::relay_tunnel_host] Forwarded connection to port 5000
debug [tunnels::connections::relay_tunnel_host] EOF from TCP stream, ending  

Is there something like a limit of concurrent connections? From the logs it looks like for every HTTP connection an SSH tunnel is made and maybe some limits get hit.

Thank you for any attention

ElDavoo commented 5 months ago

vssaas-request-id : c2277c34-54cf-47fe-9377-4b7833181ebf

ElDavoo commented 5 months ago

hmmm, i tried the devtunnel CLI and it works, so where is the problem? VS code "remote" extension?

derekbekoe commented 5 months ago

@connor4312 is there anything that stands out here in relation to VS Code remote?

derekbekoe commented 3 weeks ago

Closing this as stale and as a workaround of using the devtunnel CLI is available. Also, VS Code has made improvements since this issue was filed that may have helped here also. Thank you.