Skip to content

Commit

Permalink
公众号:bugstack虫洞栈 | Netty请求响应同步通信
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhengwei committed Oct 6, 2019
1 parent a14f730 commit 7beb74c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class StartClient {
private static ChannelFuture future;

public static void main(String[] args) {
System.out.println("hi 微信公众号:bugstack虫洞栈");
ClientSocket client = new ClientSocket();
new Thread(client).start();

Expand Down

0 comments on commit 7beb74c

Please sign in to comment.