Skip to content

Commit

Permalink
Fix reference to an akka-http GitHub issue (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus authored Apr 11, 2024
1 parent a99f968 commit 9505d4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class ScalatestRouteTestSpec extends AnyFreeSpec with Matchers with ScalatestRou
}

"running on pekko dispatcher threads" in Await.result(Future {
// https://github.com/apache/pekko-http/pull/2526
// https://github.com/akka/akka-http/pull/2526
// Check will block while waiting on the response, this might lead to starvation
// on the BatchingExecutor of pekko's dispatcher if the blocking is not managed properly.
Get() ~> complete(Future(HttpResponse())) ~> check {
Expand Down

0 comments on commit 9505d4e

Please sign in to comment.