WyriHaximus / react-guzzle-http-client

Meta package for ReactPHP HttpClient adapters/handles for Guzzle 4, 5, and 6.
MIT License
10 stars 8 forks source link

fix 'delay' option for guzzle 6 #28

Closed amel007 closed 5 years ago

amel007 commented 5 years ago

In Guzzle 6.x, the 'delay' option is the number of milliseconds.

but the func 'timedPromise' requires interval(second) arg in seconds (int | float)

https://github.com/WyriHaximus/react-guzzle-http-client/blob/c4b6c03396e6311f4765543a351d285ebd4611c7/src/RequestFactory.php#L51-L55

WyriHaximus commented 5 years ago

Tagged: https://github.com/WyriHaximus/react-guzzle-http-client/releases/tag/4.0.2