Giter Site home page Giter Site logo

Comments (5)

pedelman avatar pedelman commented on July 16, 2024

Thanks for filing such a detailed ticket. Are you using a new connection for each thread or trying to share a connection between threads? Can you give more context into the kinds of requests you are making and maybe an example of the threaded code?

from bigcommerce-api-ruby.

achadee avatar achadee commented on July 16, 2024

I'm using a new connection per thread. I can't even make a request, because faraday throws the error above when I write the code I wrote above

from bigcommerce-api-ruby.

pedelman avatar pedelman commented on July 16, 2024

It seems the bug is that Faraday has resolved to a newer version in the Gemspec and that version included breaking changes. The specs are currently broken on master.

Will open PR soon. Thanks for reporting, this does not appear to be related to any thread safety concerns.

Until the fix is up, you can either point faraday down a few minor versions (I will update gemspec to fix future issue) or you can apply a patch to that line, for testing I changed it to:

ssl_options = config.ssl || {}

I see no problem opening up the ssl_options on the oauth api side of things.

from bigcommerce-api-ruby.

pedelman avatar pedelman commented on July 16, 2024

This should be fixed in master.

from bigcommerce-api-ruby.

achadee avatar achadee commented on July 16, 2024

awesome, I wrote my own wrapper for now, but will move back to this when you guys release

from bigcommerce-api-ruby.

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.