Hi, I’m trying to create a server.pvsc for my Client/Server Communication through Windows.
However, I can’t set a custom port for local Port forwarding.
I’m using the below
<Option name="LOCAL_PORT" label="Client Port: ">
<Range type="int" min="1" max="65535" step="1" default="11111" />
</Option>
<PortForwarding local="$LOCAL_PORT$"/>
When I try to connect to server, it always tries to connect to 11111 only even though I give random port