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
The class Javadoc states that if setAcceptingInLowResources() is set to true, then no new connections are accepted, but this contradicts what the method name says
isAcceptingInLowResources() is never used; a call to connector.setAccepting(false) is hardcoded in setLowResources()
The text was updated successfully, but these errors were encountered:
Used the CyclicTimeoutTask class in the clients HttpDestination and HttpConnection
as an alternative to direct scheduler usage.
Signed-off-by: Greg Wilkins <gregw@webtide.com>
Used the CyclicTimeoutTask class in the clients HttpDestination and HttpConnection
as an alternative to direct scheduler usage.
Signed-off-by: Greg Wilkins <gregw@webtide.com>
After #1732,
LowResourceMonitor
has few problems:setAcceptingInLowResources()
is set to true, then no new connections are accepted, but this contradicts what the method name saysisAcceptingInLowResources()
is never used; a call toconnector.setAccepting(false)
is hardcoded insetLowResources()
The text was updated successfully, but these errors were encountered: