Skip to content

Commit 154db1e

Browse files
author
孙健
committed
up
1 parent 3426e1a commit 154db1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
package org.nlpcn.jcoder.server.websocket;
22

33
import org.junit.Test;
4+
import org.nlpcn.jcoder.server.rpc.ChannelManager;
45
import org.nlpcn.jcoder.server.rpc.websocket.WebSocketServer;
56

67
public class WebSocketServerTest {
78

89
@Test
910
public void test() throws Exception {
1011
WebSocketServer.startServer(8081);
12+
Thread.sleep(1000000);
1113
}
1214

1315
}

0 commit comments

Comments
 (0)