ソフトウェアの新しいベータ版にいくつかの変更が加えられていますが、データベースレイヤーにはありません。
サーバーログでエラー3128が報告され始めたところです。一度発生すると、アプリが開いている限り発生するようです。最も明白なコードの部分は、SQLiteを介して毎秒データをログに記録する場所です。今月だけでもサーバー上で47kのエラーが発生しました。
3128 Disk I/O error occurred. Indicates that an operation could not be completed because of a disk I/O error. This can happen if the runtime is attempting to delete a temporary file and another program (such as a virus protection application) is holding a lock on the file. This can also happen if the runtime is attempting to write data to a file and the data can't be written.
このエラーの原因がわかりません。多分アンチウイルスプログラム?たぶん、私たちのアプリは混乱していて、お互いの上にデータを書き込んでいますか?非同期接続を使用しています。
それは多くの問題を引き起こしていて、私たちは途方に暮れています。以前のバージョンで発生しましたが、月に47,000回ではなく100回になる可能性があります。いずれにせよ、それを「0」回実現させたいと思います。