zwilias / elm-json

Install, upgrade and uninstall Elm dependencies
MIT License
183 stars 9 forks source link

replace isahc with reqwest #55

Open tsukimizake opened 1 year ago

tsukimizake commented 1 year ago

Close #54 While investigating https://elmlang.slack.com/archives/C010RT4D1PT/p1680266273643779 , I found isahc is somehow frozen and stops polling. (see the log on #54) I couldn't figure out why it freezes, but replacing it with reqwest (and killall elm-json to release cache file lock after it) solved the problem anyway.

aryairani commented 9 months ago

@zwilias Any thoughts on this?