Merge branch 'master' of http://60.1.1.230/backend/jieling_server
commit
4bc5c1d99c
|
@ -100,7 +100,7 @@ import java.util.concurrent.ConcurrentMap;
|
|||
|
||||
@Override
|
||||
public String getBindSessionId() {
|
||||
return sessionId;
|
||||
return sessionId==null?" ":sessionId;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -378,7 +378,7 @@ public class SessionManager implements INetSession<ISession>, INetReceived<ISess
|
|||
|
||||
|
||||
offLine(oldSession);
|
||||
// oldSession.close();
|
||||
oldSession.close();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue