We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1009741 commit 767d68bCopy full SHA for 767d68b
src/GrpcReflection.ts
@@ -86,7 +86,7 @@ export class GrpcReflection {
86
found = true;
87
}
88
anti_recusive++;
89
- }while(anti_recusive < 100 || !found);
+ }while(anti_recusive < 100 && !found);
90
if ('service' in actualDescriptor) {
91
return Object.entries(actualDescriptor.service)
92
.map(([methodName, methodDefinition]) => ({
0 commit comments