-
```
^CJul 29 22:15:40.175 ERR Failed to delete document from collection: connection(destinationdemo-shard-00-01.jnvpr.mongodb.net:27017[-29]) incomplete read of message header: context canceled
Jul …
-
-
### Summary
```go
......
// Similar: group, ctxx := errgroup.WithCancelPool(ctx, pool)
group, ctxx := errgroup.WithCancel(ctx)
group.Go(func(ctxx)error)
if err := group.Wait(); err != nil {
…
-
错误为
go get github.com/panjf2000/gnet/pool/goroutine: module github.com/panjf2000/gnet@upgrade found (v1.6.3), but does not contain package github.com/panjf2000/gnet/pool/goroutine
使用的版本为 WSL ubunt…
-
WARNING: DATA RACE
Read at 0x00c038a220b8 by goroutine 61:
github.com/bilibili/gengine/engine.(*GenginePool).getGengine()
/Users/liupengtao/go/pkg/mod/github.com/bilibili/gengine@v1.5.6/eng…
-
Hey there – I'd like to use v8go for server-side Javascript rendering, but I'm not sure how to use v8go safely and effectively inside an HTTP server.
I've created a couple examples with different a…
-
# 类型安全的Pool
池(sync.Pool)是一组可单独保存(Set)和检索(Get)的临时对象集合。
存储在池中的任何项都可能在任何时候自动移除而无需通知。如果池在移除项时持有该对象的唯一引用,那么这个对象可能会被释放掉。
池能够确保在多个goroutine同时访问时的安全性。
池
[https://colobu.com/2024/04/10/a-generic-sync-Pool/](…
-
We are seeing this:
```
WARNING: DATA RACE
Write at 0x00c0008ca0b0 by goroutine 271:
github.com/fhmq/hmq/broker.(*client).Close()
/home/circleci/project/pkg/mod/github.com/fhmq/hmq@v0.0.0…
-
### What version of Dgraph are you using?
v24.0.0
### Tell us a little more about your go-environment?
_No response_
### Have you tried reproducing the issue with the latest release?
Ye…
-
Validator raised this issue on discord - https://discord.com/channels/600834479145353243/601046166620078100/1262163359428775967
## Expected Behavior
No panics
## Actual Behavior
A panic
…