大鹏

Results 10 issues of 大鹏

[平均每天死亡1500人!心脏骤停,离我们有多远?](https://www.163.com/dy/article/GDU1197N0519B9KP.html)

![image](https://user-images.githubusercontent.com/15191087/47479011-36a35780-d85e-11e8-8c61-80b846723009.png) ![image](https://user-images.githubusercontent.com/15191087/47479081-779b6c00-d85e-11e8-8f01-19dd75639cb4.png)

### 📚 The doc issue ![image](https://user-images.githubusercontent.com/15191087/210966313-4588cb0f-498e-4457-8b9e-3b67e2332037.png)

documentation

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...

v3.x
ssl handshake

查到原因了: 1. k8s configMap 挂载到pod,会做一个link file ![image](https://user-images.githubusercontent.com/15191087/161041298-1fbc9a21-6e1b-4ec8-b1cc-fd0e14108819.png) 2. 容器启动时,将 /dist/sdk 目录拷贝到 /dist/conf 目录使用的 命令:`cp -r /dist/sdk/* /dist/conf/` 会把隐藏文件漏掉 3. 改成 `cp -ar /dist/sdk/. /dist/conf/`就好了

## 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)