Thomas
Results
2
comments of
Thomas
I have this issue too, by looking into the source code, I found that: 1. The `protobuf.load` method calls `util.fetch` and get data from network 2. And the `protobuf.loadSync` method...
@BigEgret Try to make your ```awesome.proto``` file be accessible from url ```http://your.domain.com/path/to/awesome.proto``` and ```protobuf.load('/path/to/awesome.proto', (err, root) => {})```