alexdlaird / pyngrok

A Python wrapper for ngrok
https://pyngrok.readthedocs.io
MIT License
416 stars 59 forks source link

Rely on ngrok's built-in retry mechanism for "failed to reconnect session" instead of forcing the binary to restart #89

Closed alexdlaird closed 2 years ago

alexdlaird commented 2 years ago

Address issue #88.

codecov[bot] commented 2 years ago

Codecov Report

Merging #89 (e82d10a) into develop (2cfab01) will increase coverage by 0.31%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #89      +/-   ##
===========================================
+ Coverage    94.15%   94.47%   +0.31%     
===========================================
  Files            5        5              
  Lines          565      561       -4     
===========================================
- Hits           532      530       -2     
+ Misses          33       31       -2     
Impacted Files Coverage Δ
pyngrok/conf.py 96.42% <ø> (-0.13%) :arrow_down:
pyngrok/process.py 96.07% <100.00%> (+0.90%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2cfab01...e82d10a. Read the comment docs.