Multiple DB connections with encryption turned on doesn't work

Hi,
I’m using sqlcipher, and created multiple connections to a same DB. The DB is encrypted.
I tried to create a table in one connection in one thread, and read that table in another connection in another thread.

SQLCipher version: 3.11.0

Expected Behavior

The reading thread should be able to see the created table.

Actual Behavior

The reading thread wasn’t able to see the created table. But the creating thread was able to.

Hello @kakashidinho - I just wanted to mention that we’ve replied to your cross-post on GitHub.