-
## Environment
**OS:** macOS 15.0 24A335 arm64
**Node:** v20.12.2
Dependencies:
```
"@nestjs/common": "^10.4.4",
"@nestjs/config": "3.2.3",
"@nestjs/core": "^10.4.4",
"dd-trace": "^5.22.…
-
**描述bug**
腾讯云vps部署失败,执行`yarn build`命令显示 Collecting page data .[API请求] from:category-paths id:127e8e213ac1801481d9dc6571746ef8
Collecting page data ...[API请求] from:category-paths id:127e8e213…
-
Enabling async with socket.io causes repeated disconnects and reconnects. Without async this works fine but my issue was that the program was delaying every 5 seconds if connection wasn't found. I bel…
-
### Version
```Text
0.32.0-rc1
```
### Config
```json
{
"AutoTLS": {
"Enabled": true
},
"Addresses": {
"API": "/ip4/127.0.0.1/tcp/5701",
"Announce": [],
"AppendAnn…
lidel updated
3 weeks ago
-
Hi, I am getting the following test error while building the package in Debian unstable.
```
_____________________ ERROR at setup of test_plain_fixture _____________________
file /tmp/pytest-of-y…
-
**Describe the bug**
The app is using a entire core (100%), even in when is not transfering any data
**Reproducing**
using draft: npm install zeromq --build-from-source --zmq-draft
```
const z…
-
# Error
In deepcase I have such error
```
Uncaught (in promise) Error: DeepClient Select Error: Response not successful: Received status code 500
at DeepClient.eval (client.js:394:1)
at G…
-
Hey, the implementation of TCP Transport is not thread safe and you can get in situations where the stream is null while tcp client is connected. Also reconnecting does not follow a proper path. I swi…
-
Hi,
I'm using this library on a server with multiple public IP addresses and I need to be able to specify an exact IP address for `websockets` library to use. I checked library codes and found whe…
-
I receive a connection string, but when I try to establish a connection from a client, the server shuts down. I get the same type of shutdown when I switch from server to client and try to connect out…