You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pending-ops should be dec when submit request is complete, but now it is called right after submit is fired, which means pending-ops will never reach limit.
consider dec in onComplete.
The text was updated successfully, but these errors were encountered:
awyeah-api/src/com/grzm/awyeah/http_client.clj
Line 170 in 1810bf6
The
pending-ops
should bedec
whensubmit
request is complete, but now it is called right aftersubmit
is fired, which means pending-ops will never reach limit.consider
dec
inonComplete
.The text was updated successfully, but these errors were encountered: