@@ -595,6 +595,7 @@ public class PlayServiceImpl implements IPlayService {
inviteStreamService.removeInviteInfoByDeviceAndChannel(InviteSessionType.PLAY, device.getDeviceId(), channel.getChannelId());
}
+ logger.info("xjw 2");
private void tcpActiveHandler(Device device, String channelId, String contentString,
@@ -146,6 +146,7 @@ public class PlayController {
// 此处必须释放所有请求
resultHolder.invokeAllResult(requestMessage);
});
+ logger.info("xjw 3");
return result;