-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to reuse AsyncHttpClient asynchronously for different proxy servers? #1880
Comments
I have updated the code by doing some research, but now continually get the error "java.util.concurrent.atomic.AtomicReferenceFieldUpdater.compareAndSet(Object, Object, Object)" because "org.asynchttpclient.netty.NettyResponseFuture.EX_EX_UPDATER" is null
I will continue investigating, but if anyone has a quick fix, please share!
|
Looks like this was patched in the latest version! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm needing to create a large amount of clients / accommodate a large number of requests using different proxy servers.
I notice the object immutable, would reflection be required to update the client, or is there a solution I'm not seeing.
Thanks!
The text was updated successfully, but these errors were encountered: