Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
https://github.com/slack-ruby/slack-ruby-client/pull/309
This is by design I believe. A timeout is a client-side timeout, and you never got a response from the server (so no response or status code to be had)....
For sure @PhucNguyen1501! I see the problem now, I didn't pay attention to the description. I edited the title of this issue and reopened it. Care to PR?
> Where do I get this DummySchema In this project we have both client and server, but for a client app I think we need a better example. Generally, I...
I believe right now this would require you to create a new instance of a client. We should call it a bug. I'd like to be able to do: ```ruby...
Sounds like a good idea! PRs welcome.
@RealSilo PRs always welcome!
@papile Give upgrading Faraday in this gem a try? Looks fairly non-trivial.
@papile We'll take anything that has all the specs passing :)
@pucinsk My biggest reservation about this PR is the creation of another adapter. Can we build multipart support into the existing one? What's the downside?