Closed dickmao closed 5 years ago
Previously, request--curl-sync would merely return as soon as the curl process finished without regard to #'request--curl-callback. This change attaches the semaphore to the right place.
request--curl-sync
#'request--curl-callback
Fixes #92 (one hopes).
Thank you @dickmao , let's get this merged and hopefully tested & deployed soon!
Previously,
request--curl-sync
would merely return as soon as the curl process finished without regard to#'request--curl-callback
. This change attaches the semaphore to the right place.Fixes #92 (one hopes).