Commit a938564f by lyhuang

add comment

parent 6d8f840c
...@@ -91,6 +91,7 @@ public class NewStateWebSocket { ...@@ -91,6 +91,7 @@ public class NewStateWebSocket {
public static void unicast(String username, String mobileNo) { public static void unicast(String username, String mobileNo) {
String message = "/system/user/"+mobileNo+"/detailByUid"; String message = "/system/user/"+mobileNo+"/detailByUid";
System.out.println("unicast--------------------------------------------------"+message);
Session session = sessionMap.get(username); Session session = sessionMap.get(username);
//NewStateWebSocket socket = NewStateWebSocket.getInstance(); //NewStateWebSocket socket = NewStateWebSocket.getInstance();
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment