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.
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.