大鹏
大鹏
[平均每天死亡1500人!心脏骤停,离我们有多远?](https://www.163.com/dy/article/GDU1197N0519B9KP.html)
 
### 📚 The doc issue 
1. I changed the publish message in `redisBroadcast` from `redis.PubSubConn` to `redis.Pool` because I found that sometimes “Use of closed network connection” would appear when publishing and never recover. 2....
console端报错: ``` Failed to create BcosSDK failed! Please check the node status and the console configuration, error info: get Client failed, e: /Users/octopus/.hunter/_Base/0ba8099/d09e60e/4b614a0/Build/bcos-boostssl/Source/bcos-boostssl/websocket/WsService.cpp(223): Throw in function void bcos::boostssl::ws::WsService::syncConnectToEndpoints(bcos::boostssl::ws::EndPointsPtr) Dynamic exception...
查到原因了: 1. k8s configMap 挂载到pod,会做一个link file  2. 容器启动时,将 /dist/sdk 目录拷贝到 /dist/conf 目录使用的 命令:`cp -r /dist/sdk/* /dist/conf/` 会把隐藏文件漏掉 3. 改成 `cp -ar /dist/sdk/. /dist/conf/`就好了
Add Gone
## We want to ensure high quality of the packages. Make sure that you've checked the boxes below before sending a pull request. - [x] I have read the [Contribution...
run Command like this: ```bash $ marker '/data/home/aiunicorn_zhanghe/st-relate/sgcc-tech-standard-dedup/' ./doc --workers 4 --max 10 ``` get error: ``` Loaded detection model vikp/surya_det2 on device cuda with dtype torch.float16 Loaded detection model...
There is data race between [func (s *SSEServer) Start(addr string) error](https://github.com/mark3labs/mcp-go/blob/37ac814a6010484d409bef15f6f4b015f486bdaa/server/sse.go#L192C2-L192C10) and [func (s *SSEServer) Shutdown(ctx context.Context) error](https://github.com/mark3labs/mcp-go/blob/37ac814a6010484d409bef15f6f4b015f486bdaa/server/sse.go#L203C2-L203C4)