added thread warning

This commit is contained in:
Rasmus Krämer 2022-04-11 16:30:13 +02:00
parent c0ac3b7bb5
commit a0ee82bb31
No known key found for this signature in database
GPG key ID: EC9E510611BFDAA2

View file

@ -9,6 +9,7 @@ import Foundation
import RealmSwift
class Store {
// ONLY USE REALM IN Database.realmQueue OR ELSE THE APP WILL CRASH
public static var serverConfig: ServerConnectionConfig {
get {
return Database.getServerConnectionConfig()