journey of faith no 2 (1) 썸네일형 리스트형 [iOS] No 2 Database. illegal multi-threaded access to database connection! 디비 접근 동시성 충돌 안녕하세요! 오늘은 앱 개발을 하며 마주한 오류의 원인과 해결 방법을 소개하려구 포스트를 작성했습니다.# Database multi threaded access# Serial Queue? or Concurrent Queue?# sqlite3 multi threaded access. illegal multi-threaded access to database connection 발생 이유 이 코드는 사용자가 읽은 챕터를 저장하는 유즈케이스 입니다. tracker, gardenLogRepository 변수는 내부적으로 각각 serialQueue에 async하게 작업을 추가해 데이터를 순차적으로 처리합니다. tracker, gardenLogRepository 각각은 내부적으로 sqlite3 데이터베이스에 접.. 이전 1 다음