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 |
Tags
- livedata
- C++
- 코틀린
- kodility
- Rxjava2
- Kotlin
- 안드로이드
- flutter firestore
- C
- Python
- Django REST
- FLUTTER
- Android
- 프로그래머스
- android architecture component
- UWP
- Django REST Android
- 알고리즘
- C/C++
- RxAndroid
- NDK
- Flutter TextField
- Java
- mfc
- 안드로이드 구글맵
- dart
- android push
- RxJava
- Django REST framework
- Android P
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