serverRequestLatch.countDown();
}
});
client.sendNotification("echo", 1);
client.sendNotification("echo", 2);
client.sendNotification("echo", 3);
Assert.assertTrue("The server has not invoked requests",
serverRequestLatch.await(5000, TimeUnit.MILLISECONDS));