AltTester-Unity-SDK icon indicating copy to clipboard operation
AltTester-Unity-SDK copied to clipboard

[Revese Port Forwarding] Sometimes, the execution of reverse port forwarding method is too slow

Open gomboskriszta15 opened this issue 1 year ago • 6 comments

Steps to reproduce

  1. Create a test file in any programming language (C#, Python or Java)
  2. Call the Reverse Port Forwarding method in the setup
  3. Add some tests
  4. Run the tests

Actual result

Sometimes, the execution of the Reverse Port Forwarding method is too slow so the tests fail because the port is not actually forwarded when trying to establish the connection

Note: Related [ReverPortForwarding-Docs] Sometimes, the execution of reverse port forwarding method is too slow so the tests fail because the port is not actually forwarded when trying to establish the connection

Expected result

The Reverse port forwarding method should finish its execution before the test is run.

gomboskriszta15 avatar May 09 '23 12:05 gomboskriszta15