Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
TestWebsocket
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TongZuu
TestWebsocket
Commits
25429f86
Commit
25429f86
authored
May 19, 2017
by
TongZuu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
..
parent
230fdbf6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
pom.xml
pom.xml
+3
-3
TestPingEndpoint.java
src/main/java/com/csc/test/TestPingEndpoint.java
+1
-1
No files found.
pom.xml
View file @
25429f86
...
...
@@ -11,11 +11,11 @@
<version>
1.0.0.Final
</version>
</dependency>
<dependency>
<groupId>
org.glassfish.tyrus
</groupId>
<artifactId>
tyrus-client
</artifactId>
<groupId>
org.glassfish.tyrus
.bundles
</groupId>
<artifactId>
tyrus-
standalone-
client
</artifactId>
<version>
1.13.1
</version>
</dependency>
</dependencies>
<build>
<plugins>
...
...
src/main/java/com/csc/test/TestPingEndpoint.java
View file @
25429f86
...
...
@@ -17,7 +17,7 @@ public class TestPingEndpoint extends EndpointBase{
private
static
AtomicInteger
counter
=
new
AtomicInteger
();
public
static
void
main
(
String
[]
arg
)
throws
DeploymentException
,
IOException
,
URISyntaxException
{
for
(
int
i
=
0
;
i
<
10
00
;
i
++){
for
(
int
i
=
0
;
i
<
5
00
;
i
++){
Thread
t
=
new
Thread
(
new
Runnable
()
{
@Override
public
void
run
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment