http.async.client icon indicating copy to clipboard operation
http.async.client copied to clipboard

http.async.client.status.proxy doesn't implement iterate, needed for newer cheshire versions

Open jwhitlark opened this issue 2 years ago • 0 comments

The error is (roughly):

java.lang.UnsupportedOperationException:  iterator

on 

http.async.client.status.proxy$clojure.lang.APersistentMap

We've worked around it, but I wanted to document it, and it doesn't seem that hard to fix, if someone was so inclined.

jwhitlark avatar Jul 17 '23 22:07 jwhitlark