sionking

Results 2 issues of sionking

I trigger 10 thread of workers that fill the userDb, without any locking mechanisem ``` def worker(name, value): userDb[name] = value def sync(): userDb.commit() userDb = SqliteDict('./usernames.sqlite', encode=json.dumps, decode=json.loads, autocommit=False)...

is there a list of supported (tested) devices somewhere? I can tell Xiaomi redmi GO works well. A6 looses connection many times need a reboot.

enhancement