|
@@ -126,7 +126,7 @@ public class CommCheckService {
|
|
throw new IllegalArgumentException("seat is null");
|
|
throw new IllegalArgumentException("seat is null");
|
|
}
|
|
}
|
|
//
|
|
//
|
|
- socketService.tryOpenAll();
|
|
|
|
|
|
+ socketService.tryOpenOne(seat.toSimSocketParamVo());
|
|
int retryTotalCount;
|
|
int retryTotalCount;
|
|
if (important) {
|
|
if (important) {
|
|
retryTotalCount = CommConst.RETRY_COUNT_WHICH_SIM_IMPORTANT;
|
|
retryTotalCount = CommConst.RETRY_COUNT_WHICH_SIM_IMPORTANT;
|