We are using GRPC on Objective-C. Initial calls to our server seem to work fine, but if we call repeatedly, after a few returns we get an ASSERT in grpc_chttp2_flowctl_trace. The check it is failing on is the following lines :
case GRPC_CHTTP2_FLOWCTL_CREDIT: GPR_ASSERT(val2 >= 0); I am not exactly sure what this function is meant to do, or why it is asserting. Can anyone tell me what this check is for, and possible reasons why it might fail? Thanks, Ian -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/67228cf1-256f-4559-988e-e787fd34f77c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
