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
I built 90d1b45 Fix typo in RelayBridgeService.cs
All commands are in PowerShell in Windows 10
If I use a different port number in RemoteForward and LocalForward, the relay doesn't work, b/c PortName defaults to the port number, and the PortName on both sides won't match. This causes the request to be rejected:
In retrospect, it makes sense that PortName is required in my scenario, but there are no useful error messages for either the HTTP request that was made, or the relay logs on either end. I had to attach a debugger and step through the code to figure out what I did wrong.
I'd expect an error somewhere saying that PortName "8888" couldn't be found.
I built 90d1b45 Fix typo in RelayBridgeService.cs
All commands are in PowerShell in Windows 10
If I use a different port number in RemoteForward and LocalForward, the relay doesn't work, b/c PortName defaults to the port number, and the PortName on both sides won't match. This causes the request to be rejected:
azure-relay-bridge/src/Microsoft.Azure.Relay.Bridge/RemoteForwardBridge.cs
Line 175 in 90d1b45
In retrospect, it makes sense that PortName is required in my scenario, but there are no useful error messages for either the HTTP request that was made, or the relay logs on either end. I had to attach a debugger and step through the code to figure out what I did wrong.
I'd expect an error somewhere saying that PortName "8888" couldn't be found.
C:\Temp\client.yml:
Client command line output:
C:\Temp\server.yml:
Server command line output:
The HTTP request I tried to make:
The text was updated successfully, but these errors were encountered: