Giter Club home page Giter Club logo

Comments (2)

ToshY avatar ToshY commented on July 28, 2024

Hey @Gokalex 👋

Thanks for the bug report.

Could you provide more details on the code you're executing and what you're trying to achieve?

From looking at the endpoint you've provided and taking the exception in consideration, I assume that you're uploading a (large) file and it timeouts at some point (correct me if I'm wrong).

In that case, I initially did not take this in consideration when I first wrote that part, as I did not upload large files through the API myself. So it just creates a HttpClient now without any specific options or the ability to pass options yourself.

I want to support PSR-18 so you can specify your own client (and options), but I haven't come around to doing so. Here's the related issue.


TLDR

I think that in the meantime you could set the default_socket_timeout to a desired value, or -1 for infinite timeout (references: Symfony docs; PHP).

from bunnynet-php.

ToshY avatar ToshY commented on July 28, 2024

This will be closed when the new major release gets published, as it will be possible to supply your own client and options.

from bunnynet-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.