|
@@ -619,7 +619,7 @@ us.offLine = function () {
|
|
|
console.log(i);
|
|
|
console.log(j);
|
|
|
console.log(_user[j].response.finished);
|
|
|
- console.log(_user[j].response.connection);
|
|
|
+ console.log((_user[j].response.connection == null || _user[j].response.connection.destroyed));
|
|
|
//判断用户已下线
|
|
|
if (_user[j].response.finished || (_user[j].response.connection == null || _user[j].response.connection.destroyed)) {
|
|
|
//if (_user[j].response.connection == null || _user[j].response.connection.destroyed) {
|