Hi, On Fri, Jan 24, 2020 at 3:02 PM Gregor Jarisch <[email protected]> wrote: > > Hi, > > i am using the jetty client (9.4.26.v20200117). > > I am using ScheduledThreadPoolExecutor (java11) to execute a callable that > makes a http call with the jetty client. > When I call the FutureResponseListener.get(), it hangs indefinitely. > > However, when I call the very same request outside of the executor service > (directly), it works like expected. > > jetty client uses the same executorservice then the executing the callable.
Are you configuring the scheduler with just 1 thread? -- Simone Bordet ---- http://cometd.org http://webtide.com Developer advice, training, services and support from the Jetty & CometD experts. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
