v0.3.2
Make the amount of sleep between connection attempts to Ngrok configurable. Introduces a new configuration parameter:
config :ex_ngrok,
# The amount of sleep (in ms) to put between attempts to connect to Ngrok
sleep_between_attempts: 200
Make the amount of sleep between connection attempts to Ngrok configurable. Introduces a new configuration parameter:
config :ex_ngrok,
# The amount of sleep (in ms) to put between attempts to connect to Ngrok
sleep_between_attempts: 200