...
1---
2name: Bug report
3about: Create a report to help us improve
4title: 'packagename: short description of bug'
5labels: triage me
6assignees: ''
7
8---
9
10**Client**
11
12e.g. PubSub
13
14**Environment**
15
16e.g. Alpine Docker on GKE
17
18**Go Environment**
19
20$ go version
21$ go env
22
23**Code**
24
25e.g.
26```go
27package main
28
29func main() {
30 // ...
31}
32```
33
34**Expected behavior**
35
36e.g. Messages arrive really fast.
37
38**Actual behavior**
39
40e.g. Messages arrive really slowly.
41
42**Screenshots**
43
44e.g. A chart showing how messages are slow. Delete if not necessary.
45
46**Additional context**
47
48e.g. Started after upgrading to v0.50.0.
View as plain text