Skip to content

Commit f63e958

Browse files
committed
docs: add references for port forwarding in getFallbackPort function
1 parent 78209a1 commit f63e958

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

e2e/framework/fixtures/FixtureUtils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ function getFallbackPort(resourceType: ResourceType): number {
6464
* IMPORTANT: We only forward LaunchArgs ports (fixture server, command queue server, mock server).
6565
* Other resources (Ganache, Anvil, Dapps) are accessed through MockServer proxy which handles
6666
* port translation, so they don't need adb reverse.
67+
* References:
68+
* https://github.com/expo/expo/issues/31830
69+
* https://github.com/expo/expo/pull/37172
6770
*
6871
* @param resourceType - The type of resource
6972
* @param actualPort - The actual port allocated by PortManager

0 commit comments

Comments
 (0)