Commit 25429f86 by TongZuu

..

parent 230fdbf6
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
<version>1.0.0.Final</version> <version>1.0.0.Final</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.glassfish.tyrus</groupId> <groupId>org.glassfish.tyrus.bundles</groupId>
<artifactId>tyrus-client</artifactId> <artifactId>tyrus-standalone-client</artifactId>
<version>1.13.1</version> <version>1.13.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
......
...@@ -17,7 +17,7 @@ public class TestPingEndpoint extends EndpointBase{ ...@@ -17,7 +17,7 @@ public class TestPingEndpoint extends EndpointBase{
private static AtomicInteger counter = new AtomicInteger(); private static AtomicInteger counter = new AtomicInteger();
public static void main(String[] arg) throws DeploymentException, IOException, URISyntaxException{ public static void main(String[] arg) throws DeploymentException, IOException, URISyntaxException{
for(int i = 0; i<1000; i++){ for(int i = 0; i<500; i++){
Thread t = new Thread(new Runnable() { Thread t = new Thread(new Runnable() {
@Override @Override
public void run() { public void run() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment