Skip to content

Commit

Permalink
添加断连信号
Browse files Browse the repository at this point in the history
  • Loading branch information
ddspwr committed Apr 19, 2020
1 parent 9798c39 commit 940e016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/example/demo/WebSocketServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class WebSocketServer {
private String userId;
private int device;
private static Gson gson = new Gson();
private static String avatar = "111";
private static String avatar = "p1.jpeg";


// 用户userId登录进来
Expand Down

0 comments on commit 940e016

Please sign in to comment.