issues
search
nugu-developers
/
nugu-ios
NUGU SDK for iOS
https://developers-doc.nugu.co.kr/
Apache License 2.0
21
stars
17
forks
source link
`startListening`, `startListeningWithTirgger`, `stopListening`의 동작이 원자성을 가지도록 수정
#1087
Closed
childc
closed
1 year ago
childc
commented
1 year ago
Description
startListening
,
startListeningWithTirgger
,
stopListening
의 동작이 원자성을 가지도록 수정
연속해서 세 함수를 호출하더라도 모든 작업이 중단/중복되지 않고 수행하도록 수정
Description
startListening
,startListeningWithTirgger
,stopListening
의 동작이 원자성을 가지도록 수정