You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @jwg2s , Savon and Faraday solve different problems. Savon is a full on SOAP Client, responsible for parsing WSDLs, constructing SOAP messages, etc. Faraday is just an HTTP client library that provides a common interface for various implementations. Savon uses the httpclient gem as its HTTP client library, which faraday also has support for.
I have not heard about savon thread safety issues but found this closed PR where thread safety was added a couple years ago savonrb/savon#259
Have you guys considered switching to Faraday instead of Savon? We're trying to do something that require the soapforce gem be threadsafe.
Correct me if I'm wrong, but I've read some github issues about savon not being threadsafe.
The text was updated successfully, but these errors were encountered: