Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

fix(launcher) workers fail to launch after tunnel #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 20, 2015

  1. fix(launcher) workers fail to launch after tunnel

    In some environments, the process which establishes the tunnel can
    report that it is operational significantly before the tunnel is
    actually established. This will cause subsequent calls to create a
    worker to fail.
    
    This change waits a short interval after the tunnel process has
    reported itself started to allow it to actually finish establishing
    the tunnel before attempting to create any workers.
    
    Fixes karma-runner#42
    aminer-looker committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    54f4952 View commit details
    Browse the repository at this point in the history