You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im using typescript and trying with awesomemessage example. It reports error of emptyArray.
import protobuf from 'protobufjs';
protobuf.load("t.proto", function(err, root) {
...
})
Anyone has idea? Thanks