• Mahmood Ali's avatar
    client: don't retry fingerprinting on shutdown · 0cfea7d9
    Mahmood Ali authored
    At shutdown, driver manager context expires and the fingerprinting
    channel closes.  Thus it is undeterministic which clause of The select
    statement gets executed, and we may keep retrying until the
    `i.ctx.Done()` block is executed.
    
    Here, we check always check ctx expiration before retrying again.
    0cfea7d9