Cristian Berneanu
Results
2
comments of
Cristian Berneanu
I encountered the same problem and fixed it by setting the `timeout` value in the `start_link` call.
Somthing like this: `{:ok, connection} = Mariaex.start_link(parameters ++ [timeout: :timer.hours(1)])`