mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.6 KiB
42 lines
1.6 KiB
5 years ago
|
---
|
||
3 years ago
|
name: Report a gRPC ObjC bug
|
||
5 years ago
|
about: Create a report to help us improve
|
||
3 years ago
|
labels: kind/bug, priority/P2, lang/ObjC
|
||
|
assignees: dennycd
|
||
5 years ago
|
|
||
|
---
|
||
|
|
||
7 years ago
|
<!--
|
||
5 years ago
|
PLEASE DO NOT POST A QUESTION HERE.
|
||
7 years ago
|
This form is for bug reports and feature requests ONLY!
|
||
5 years ago
|
|
||
5 years ago
|
For general questions and troubleshooting, please ask/look for answers at StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc
|
||
|
|
||
|
For questions that specifically need to be answered by gRPC team members, please ask/look for answers at grpc.io mailing list: https://groups.google.com/forum/#!forum/grpc-io
|
||
7 years ago
|
|
||
|
Issues specific to *grpc-java*, *grpc-go*, *grpc-node*, *grpc-dart*, *grpc-web* should be created in the repository they belong to (e.g. https://github.com/grpc/grpc-LANGUAGE/issues/new)
|
||
|
-->
|
||
5 years ago
|
|
||
8 years ago
|
### What version of gRPC and what language are you using?
|
||
5 years ago
|
|
||
|
|
||
6 years ago
|
### What operating system (Linux, Windows,...) and version?
|
||
5 years ago
|
|
||
|
|
||
8 years ago
|
### What runtime / compiler are you using (e.g. python version or version of gcc)
|
||
5 years ago
|
|
||
|
|
||
8 years ago
|
### What did you do?
|
||
5 years ago
|
Please provide either 1) A unit test for reproducing the bug or 2) Specific steps for us to follow to reproduce the bug. If there’s not enough information to debug the problem, gRPC team may close the issue at their discretion. You’re welcome to re-open the issue once you have a reproduction.
|
||
5 years ago
|
|
||
8 years ago
|
### What did you expect to see?
|
||
5 years ago
|
|
||
|
|
||
8 years ago
|
### What did you see instead?
|
||
5 years ago
|
|
||
8 years ago
|
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
|
||
6 years ago
|
|
||
6 years ago
|
See [TROUBLESHOOTING.md](https://github.com/grpc/grpc/blob/master/TROUBLESHOOTING.md) for how to diagnose problems better.
|
||
8 years ago
|
|
||
5 years ago
|
### Anything else we should know about your project / environment?
|