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
Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
N/A
JDK (Oracle 1.8.0_72, OpenJDK 1.8.x, Azul Zing)
N/A
Library Dependencies
AHC (and/or Akka HTTP, though that effort seems rather severely stalled)
Expected Behavior
Currently there's no way to sanely pass in a different name resolver, instead one has to change one field (the static DEFAULT_NAME_RESOLVER in RequestBuilderBase) in the shaded AHC package.
Also simply documenting it would probably help a bit, eg. something like:
def monkeyPatchPlayWsShadedAhcRequestBuilderBase(): Unit = {
play.shaded.ahc.org.asynchttpclient.RequestBuilderBase.DEFAULT_NAME_RESOLVER =
new YourSpecialResolver(ImmediateEventExecutor.INSTANCE)
}
The text was updated successfully, but these errors were encountered:
Play WS Version (2.5.x / etc)
N/A
API (Scala / Java / Neither / Both)
Scala (or Both)
Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
N/A
JDK (Oracle 1.8.0_72, OpenJDK 1.8.x, Azul Zing)
N/A
Library Dependencies
AHC (and/or Akka HTTP, though that effort seems rather severely stalled)
Expected Behavior
Currently there's no way to sanely pass in a different name resolver, instead one has to change one field (the static DEFAULT_NAME_RESOLVER in RequestBuilderBase) in the shaded AHC package.
Also simply documenting it would probably help a bit, eg. something like:
The text was updated successfully, but these errors were encountered: