You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
Interface bitmaps associated to Session objects are not properly serialized and stored into SQLite database array. Array delimiter in SQLite can be present in interface bitmap, thus IndexOutOfBounds exceptions appear when retrieving Session from DB. Temporary solution implemented: interface bitmaps are not being stored/read from DB.
The text was updated successfully, but these errors were encountered:
Interface bitmaps associated to
Session
objects are not properly serialized and stored into SQLite database array. Array delimiter in SQLite can be present in interface bitmap, thusIndexOutOfBounds
exceptions appear when retrieving Session from DB. Temporary solution implemented: interface bitmaps are not being stored/read from DB.The text was updated successfully, but these errors were encountered: