clay richardson

Results 3 comments of clay richardson

No problem, I was trying to figure out the best way to fix this, but I am unsure :)

I also noticed that when a timeout error happens, there is no retry, thus this seems to be ignored as well: https://github.com/MyMedsAndMe/spell/blob/master/lib/spell.ex#L103

Also, I'm not sure if I'm using this lib properly, as I put Spell.connect into my own connect/1 function inside a GenServer, and case on Spell.connect. On {:error, timeout} I...