Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: align ip version preference for the wrapped emulator (#1052)
* fix: align ip version preference for the wrapped emulator When the emulator wrapper is started with -Djava.net.preferIPv6Addresses=true on a machine that defaults to ipv4, the golang emulator and the java client will pick different ip stacks and not be able to connect. This change will use java to resolve the localhost's ip address and push it down to the golang emulator * remove debug * whitespace
- Loading branch information