0227
parent
032cd2d46c
commit
e72506ed2e
|
|
@ -414,7 +414,7 @@ public class RobotConnectionManager {
|
|||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
log.error("处理玩家退出房间检查时发生异常", e);
|
||||
log.error("处理玩家退出房间检查时发生异常");
|
||||
} finally {
|
||||
if (jedis != null) {
|
||||
jedis.close();
|
||||
|
|
@ -472,7 +472,7 @@ public class RobotConnectionManager {
|
|||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
log.error("处理机器人房间映射检查时发生异常", e);
|
||||
log.error("处理机器人房间映射检查时发生异常");
|
||||
} finally {
|
||||
if (localJedis != null) {
|
||||
localJedis.close();
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -13,6 +13,8 @@ robot\mj\EXPlayer.class
|
|||
robot\mj\EXGameController.class
|
||||
taurus\util\ROBOTEventType.class
|
||||
robot\mj\EXRoom.class
|
||||
robot\mj\thread\ThreadPoolConfig.class
|
||||
robot\mj\thread\ThreadPoolConfig$2.class
|
||||
taurus\util\Util.class
|
||||
taurus\util\HongZhongSuanFaTest$HandAnalysis.class
|
||||
taurus\util\HongZhongSuanFaTest.class
|
||||
|
|
@ -23,4 +25,5 @@ robot\mj\info\RobotUser.class
|
|||
robot\mj\RobotConnectionManager$2.class
|
||||
robot\mj\RobotConnectionManager$1.class
|
||||
robot\mj\handler\HuNanHongZhong.class
|
||||
robot\mj\thread\ThreadPoolConfig$1.class
|
||||
robot\mj\EXActionEvent.class
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue