Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 알고리즘
- 프로그래머스
- Java
- dart
- C
- Django REST Android
- Android
- 안드로이드 구글맵
- android push
- Django REST framework
- Python
- Django REST
- kodility
- RxJava
- Flutter TextField
- UWP
- RxAndroid
- C/C++
- Rxjava2
- mfc
- Kotlin
- FLUTTER
- livedata
- android architecture component
- Android P
- NDK
- 안드로이드
- 코틀린
- flutter firestore
- C++
Archives
- Today
- Total
목록coroutine firestore snapshot (1)
개발하는 두더지
[Kotlin]coroutine, firestore java.lang.IllegalStateException: Already resumed, but proposed with update 에러 처리
coroutine, firestore java.lang.IllegalStateException: Already resumed, but proposed with update 에러 처리 방법 firestore의 API인 addSnapshotListener를 이용하면 document나 collection에 새로운 아이템이 생기면 바로 이벤트가 트리거되어 실시간으로 데이터를 받을 수 있습니다. 이때 runBlocking, launch로 coroutine을 이용하고 있었다면 아래와 같은 에러가 발생합니다. java.lang.IllegalStateException: Already resumed, but proposed with update at kotlinx.coroutines.CancellableContinuat..
Kotlin
2019. 3. 5. 11:29