pivotal-jbarrett commented on pull request #765: URL: https://github.com/apache/geode-native/pull/765#issuecomment-797804038
> I will look to properly change gtest flags for the tests. The problem I get running this on windows is that the geode server won't start up https://github.com/moleske/geode-native/runs/2069274591#step:11:19 It is that `ip6-localhost` address, which isn't a standard name. The standard is `localhost` for both IPv4 and IPv6 but since we have no method to tell the library to prefer one address over another it typically picks up IPv4. Try `::1` explicitly. I tried this in the past and `ACE` barfed but we replaced ACE sockets with Boos ASIO. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
