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