|
1 | 1 | ---
|
2 | 2 | name: 🐛 Bug Report
|
3 | 3 | about: If something isn't working as expected 🤔
|
4 |
| - |
| 4 | +labels: bug, nio |
5 | 5 | ---
|
6 | 6 |
|
7 |
| -<!-- Thanks for helping grpc-swift! Before you submit your issue, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x]) --> |
8 |
| - |
9 |
| -### New Issue Checklist |
| 7 | +<!-- |
| 8 | +Please check the README, docs/ directory and other issues before filing an issue. |
10 | 9 |
|
11 |
| -- [ ] Updated grpc-swift *and protoc-gen-swiftgrpc* to the latest version |
12 |
| -- [ ] I read the [Contribution Guidelines](https://github.com/grpc/grpc-swift/blob/master/CONTRIBUTING.md) |
13 |
| -- [ ] I searched for [existing GitHub issues](https://github.com/grpc/grpc-swift/issues)(especially, there are many [resolved issues related to SSL](https://github.com/grpc/grpc-swift/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+ssl)) |
| 10 | +This form is for submitting BUG REPORTS only. |
14 | 11 |
|
15 |
| -### Issue Description |
16 |
| -<!-- Please include what's happening, expected behavior, and any relevant code samples. |
17 |
| -Please wrap log statements and code in triple backticks (```) so they get printed correctly on GitHub. |
| 12 | +For troubleshooting or new feature requests please use one of the other templates. |
18 | 13 | -->
|
19 | 14 |
|
20 |
| -##### Complete output when running grpc-swift, including the stack trace and command used |
21 |
| -<!-- You can use environment variables for debug |
22 |
| -e.g. |
23 |
| -export GRPC_TRACE=all |
24 |
| -export GRPC_VERBOSITY="DEBUG" |
25 |
| ---> |
| 15 | +### Describe the bug |
| 16 | + |
| 17 | +Describe the bug as clearly and as concisely as you can. Without enough |
| 18 | +information, we will not be able to help you. |
| 19 | + |
| 20 | +Include the version of `grpc-swift` and `protoc-gen-grpc-swift` you are using |
| 21 | +(or the Podspec version if you are using CocoaPods) as well as the platform(s) |
| 22 | +on which you experienced the bug. |
26 | 23 |
|
27 |
| -<!-- The output of `GRPC_VERBOSITY` could contain sensitive data, Please make sure you double check the output and replace anything sensitive you don't wish to submit in the issue --> |
| 24 | +### To reproduce |
28 | 25 |
|
29 |
| -<details> |
30 |
| - <pre>[INSERT OUTPUT HERE]</pre> |
31 |
| -</details> |
| 26 | +Steps to reproduce the bug you've found: |
| 27 | +1. Set compression to ... |
| 28 | +2. Make a bidirectional RPC to ... |
| 29 | +3. ... |
32 | 30 |
|
33 |
| -### Environment |
| 31 | +### Expected behaviour |
34 | 32 |
|
35 |
| -<!-- Please provide your environment below. This is important to help you. --> |
| 33 | +Describe what you expect to happen when the steps above are followed. |
36 | 34 |
|
37 |
| -<details> |
38 |
| - <pre> |
39 |
| - |
40 |
| -| Key | Value | |
41 |
| -| ----------------------------- | --------------------------------------------------------------| |
42 |
| -| OS Version | x.x.x | |
43 |
| -| Swift Version | x.x.x | |
44 |
| -| Xcode Version | x.x.x | |
45 |
| -| gRPC-Swift Version | x.x.x | |
46 |
| -| protoc Version | x.x.x | |
47 |
| -| protoc-gen-swift Version | x.x.x | |
48 |
| -| protoc-gen-swiftgrpc Version | x.x.x | |
49 |
| - </pre> |
50 |
| -</details> |
| 35 | +### Additional information |
51 | 36 |
|
| 37 | +Include any information that you think might help us to diagnose and resolve |
| 38 | +this more quickly, such as logs, code snippets, or similar cases where the bug |
| 39 | +does not reproduce. (Please wrap code snippets and logs in backticks though!) |
0 commit comments