Skip to content

Commit

Permalink
公众号:bugstack虫洞栈 | 基于Netty搭建WebSocket,模仿微信聊天页面
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhengwei committed Oct 6, 2019
1 parent 4b24f21 commit 5585676
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
public class ApiTest {

public static void main(String[] args) {
System.out.println("hi 微信公众号:bugstack虫洞栈");
int max = Math.max(1, SystemPropertyUtil.getInt(
"io.netty.eventLoopThreads", NettyRuntime.availableProcessors() * 2));

Expand Down

0 comments on commit 5585676

Please sign in to comment.