Skip to content

Commit

Permalink
Issue jetty#3705 - count down the onOpen latch in NetworkFuzzer
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Jun 4, 2019
1 parent 94d9a4f commit edfdbec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ public void setEndPoint(EndPoint endpoint)
public void onOpen(CoreSession coreSession, Callback callback)
{
this.coreSession = coreSession;
this.openLatch.countDown();
callback.succeeded();
}

Expand Down

0 comments on commit edfdbec

Please sign in to comment.