-
The scenario is as follows:
- Soulseek client requests to download a directory with multiple files
- relay controller, one by one, queries the relay agent for file's existence and its size (I thin…
-
Hey there,
I tried the lazy connections. They seem to work fine.
What is not lazy are the producers and probably the consumers either.
Given I have the AMQP (library not extension) connection s…
-
Trying to upgrade from `mongoengine==0.10.5` to `mongoengine==0.24.2`. I get the following issue in one of the tests.
# Traceback:
> File "/usr/local/lib/python3.6/dist-packages/mongoengine/…
-
Hi,
When **ConnectionMultiplexer** is initialized and fails to connect to Redis will fail next times because the exception is cached and thrown again on subsequent calls to the Value property. This…
-
### Which version of integration_openai are you using?
LMStudio Latest
### Which version of Nextcloud are you using?
v30
### Which browser are you using? In case you are using the phone App, speci…
-
Popular ORM TypeORM uses [_node-pg_'s connection pooling](https://node-postgres.com/features/pooling) with pool a size maximum which can lead to client acquire waiting time. From experience and accord…
-
Hey there,
Running inside Github actions, using Poetry, I get this error:
```
packages/unittest_parallel/main.py", line 114, in main
results = pool.map(test_manager.run_tests, test_suites)
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
the below error only happens when installing a fresh installtion of 29.0.5-ls335
i used ve…
-
### The Feature
Litellm has a few heavy initialization functions that are not used 100% of the time but add considerable startup time to the package. It would be great to modify these to be lazy-load…
-
Hello!
I've identified a problem in my application where when I try to dispose disconnected producers my thread will block forever.
Whenever I attempt to publish a message I first lazy load a pr…