Skip to content

Commit c27cf17

Browse files
committed
docs: Add to FAQ
1 parent c28dc16 commit c27cf17

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,19 @@ If you would like to use the SDK in a multithreaded environment, create a separa
189189
**A:** Please see [this blog post](https://developer.vonage.com/en/blog/one-simple-trick-for-resolving-java-runtime-dependency-issues).
190190
In short, you may have conflicting dependency versions in your project which clash with this SDK's transitive dependencies.
191191

192+
**Q: I'm encountering HTTP request issues, such as timeouts. How can I remedy or report this?**
193+
194+
**A:** Since this library uses the Java SDK underneath, which in turn uses
195+
[Apache HTTP Client 4](https://hc.apache.org/httpcomponents-client-4.5.x/index.html), you may be able
196+
to use system properties to configure the client, or use this SDK's `httpConfig` method on the `Vonage` class
197+
for more fine-grained control. If you believe there is an issue with the underlying client, please raise an issue
198+
with a minimal reproducible example, including details of your environment (JVM runtime version, SDK version,
199+
operating system etc.) on the [Vonage Java SDK repository](https://github.com/Vonage/vonage-java-sdk/issues/new/choose).
200+
201+
**Q: I'm not sure if my issue is with the SDK. How can I get help?**
202+
203+
**A:** Please see our [support page](https://api.support.vonage.com/), including contact information.
204+
192205
## Contribute!
193206

194207
_We :heart: contributions to this library!_

0 commit comments

Comments
 (0)