-
Switching from 0.2.2 to 0.2.3 makes mongo client hanging for closing.
Time go from 1s to 32 s for one test
**To Reproduce**
Run following test with 0.2.2 then 0.2.3 (pytest)
```
def test_mo…
-
add route tests
use inmemory db
-
Problem:
Now we have only InMemory build-in storage for all the platform push notifications and it leads to problems when platform running on multiple instances.
Solution:
Need to replace current '…
-
Hello SlateDB Maintainers,
I'm currently exploring SlateDB and I find it to be a very promising library. However, I noticed that there isn't a dedicated quick start guide specifically for developer…
-
다중 서버 환경에서 세션 구현
- Sticky session
- Session clustering
- Inmemory DB
ex) 레디스 세션
-
Hi,
assuming the standard way to obtain a sqlite3 handle in the FAQ (https://github.com/fnc12/sqlite_orm/wiki/FAQ)
```auto storage = make_storage(...);
storage.on_open = [](sqlite3 *db) {
…
-
The App is currently tracking state inmemory:
* Rooms
* Users
* Sessions
This means deployment are very disruptive and kick users out, requiring a fresh login.
Ideally, while a deployment wil…
-
## Failing Test(s)
- `Microsoft.AspNetCore.Server.Kestrel.InMemory.FunctionalTests.LoggingConnectionMiddlewareTests.LoggingConnectionMiddlewareCanBeAddedBeforeAndAfterHttps`
## Error Message…
-
The performance of `MemoryStore`, which is currently powered by `mongomock`, is relatively slow. This can particularly cause noticeable delays when connecting to a `FileStore`, which uses `MemoryStore…
-
**Describe the bug**
pymongo.errors.ServerSelectionTimeoutError: 127.0.0.1:27017: [Errno 111] Connection refused.
This used to work in the past due to (probably ?!) System update suddenly stopped wo…