Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

새로운 플레이어 아이템 들어오면 stop하던 로직 주석처리 #1080

Closed
wants to merge 5 commits into from

Conversation

ParkJongSang
Copy link
Contributor

@ParkJongSang ParkJongSang commented Sep 13, 2023

Description

  • 새로운 플레이어 아이템 들어오면 stop하던 로직 주석처리

@@ -518,7 +518,7 @@ private extension AudioPlayerAgent {
if let currentPlayer = self.currentPlayer,
player.shouldResume(player: currentPlayer) {
log.info("Resuming \(player.header.messageId)")
currentPlayer.stop()
// currentPlayer.stop()
Copy link
Contributor

@childc childc Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요거 play directive들어오면 이전 player stop하는 코드 같은데
좀더 검토가 필요해보여요. 저도 계속 살펴볼게요

@ParkJongSang ParkJongSang changed the title 누락된 파싱 코드 추가 및 resume시 stop하던 로직 주석처리 새로운 플레이어 아이템 들어오면 stop하던 로직 주석처리 Sep 14, 2023
@ParkJongSang ParkJongSang reopened this Sep 14, 2023
@jayce1116 jayce1116 deleted the feature/parse-template-2 branch May 13, 2024 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants