sailor icon indicating copy to clipboard operation
sailor copied to clipboard

Async operations

Open simPod opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe.

I'm loading several pages from graphql api and need to do it asynchronously in order to make it faster

Describe the solution you'd like

Still am not sure. Investigating, though it seems it would need a large rework.


I'm calling gql api using PSR Request through async client. Trying to do the same with Sailor is not possible rn.

E.g. Symfony HTTP client has async requests by default but Response makes it blocking since it reads status code and contents right after calling client.

https://github.com/spawnia/sailor/blob/44678a8db4dd864c98c6bb36c3af999465cc8bf2/src/Response.php#L38-L47

simPod avatar Nov 03 '21 12:11 simPod

I am not planning to work on this any time soon, but am open to reviewing possible desgins or a merge request. Also, I am not afraid of breaking changes, given this library is pre-v1.

spawnia avatar Nov 03 '21 14:11 spawnia