omgrpc icon indicating copy to clipboard operation
omgrpc copied to clipboard

Doesn't support import statements in proto files.

Open legacyshield opened this issue 6 years ago • 0 comments

syntax = 'proto3'; import "transaction.proto"; package citadel_proto;

Have a proto file which imports other proto file. Got error when try to upload this proto file. Uh oh, something went wrong when importing that proto file... check the console and email me about it: RangeError: Maximum call stack size exceeded

Doesnt it support Import statements or i need to do something else.

legacyshield avatar Jul 21 '18 10:07 legacyshield