-
### Is your feature request related to a problem? Please describe.
Remove the [bufferpool](https://github.com/gorilla/websocket/tree/main/examples/bufferpool) example. The example's commit message…
-
Given this test:
```
package something
import (
"context"
"errors"
"testing"
"time"
"github.com/alitto/pond"
"github.com/stretchr/testify/assert"
)
func TestStopAndWait(t *tes…
-
Limiting the number of goroutines and re-using them as much as possible will lead to a significant gain in performance in critical areas like `net/http`.
[itogami](https://github.com/alphadose/itog…
-
docker环境下,以较慢的速度(kb/s)下载大文件的时候,时不时会出错
```
2022/11/23 09:11:21 172.31.1.82 "GET http://mirrors.tuna.tsinghua.edu.cn/ubuntu/pool/main/n/networkd-dispatcher/networkd-dispatcher_2.1-2%7eubuntu20.04.3_…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
lastest
### Other Environment Information
```Markdown
- Hardware pa…
-
The SQL proxy uses stoper.RunAsyncTask to create a goroutine for each connection. The context created for the async task is passed to child go routines that are spawned using the `go` command. Stopper…
-
Go并发编程随手笔记
-
My version of nebula is:3.0.0
My version of console is:3.0.0 and 2.6.0(Have tested for the same error to occur)
error:
2022/06/03 22:11:29 Fail to initialize the connection pool, host: 127.0.0.1, p…
-
### What happened?
This is a continuation of this discussion: https://github.com/jaegertracing/jaeger/pull/4260#discussion_r1141124965
### Steps to reproduce
We can probably reproduce it by…
-
If the connection to redis goes down (due to redis restart, netsplit, ...) the library does
not recover, but only logs the error:
```
2014-03-10 19:07:23,682 DEBG 'my-worker' stdout output:
139447484…