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
Currently, when you set e.g. 1s delay to some response, the whole Jadler is then blocked in Thread.sleep() (in *Handler.processDelay()). When another app thread issues different request during this time, it's waiting till previous request with delay is finished.
The text was updated successfully, but these errors were encountered:
Currently, when you set e.g. 1s delay to some response, the whole Jadler is then blocked in
Thread.sleep()
(in*Handler.processDelay()
). When another app thread issues different request during this time, it's waiting till previous request with delay is finished.The text was updated successfully, but these errors were encountered: