Apparently no ipv6 on kokoro

pull/18312/head
Richard Belleville 6 years ago
parent f3b57e35ec
commit dde238cb5d
  1. 2
      examples/python/multiprocessing/server.py

@ -98,7 +98,7 @@ def _reserve_port():
def main():
with _reserve_port() as port:
bind_address = '[::]:{}'.format(port)
bind_address = 'localhost:{}'.format(port)
_LOGGER.info("Binding to '%s'", bind_address)
sys.stdout.flush()
workers = []

Loading…
Cancel
Save