status-im / status-protocol-go

Status Protocol implementation in Go
Mozilla Public License 2.0
0 stars 1 forks source link

Remove sqlite persistence #57

Closed cammellos closed 5 years ago

cammellos commented 5 years ago

Currently there seem to be a bug with publishing the contact-code, and each attempt result in the error database is closed (non-thread safe?). As discussed previously we probably don't need to have fs persistence, so just changing this to have it in memory.

cammellos commented 5 years ago

haven't quite looked into it as we already discussed to just use in-memory, but I might have an extra look, thanks!