Open DarrienG opened 5 years ago
@DarrienG -- thanks for reporting! I'll try to reproduce and then update the WASM binary to a version built with the latest protolock
code.
Can you tell me a bit more about your environment? Which browser and OS (and their versions) are you using?
Glad I can help! I love the product.
It happens on Firefox v69/70 on macOS Catalina.
My guess is this is the proper place to post issues for the website protolock.dev If it isn't, feel free to point me somewhere else.
Go to protolock.dev, hit the init button. Make an incompatible change to the proto file (e.g. change
SERVICE_UNKNOWN = 3
->SERVICE_UNKNOWN = 9
) and then make the proto file invalid, e.g.s/rpc/dog/g
and it will mark it as backwards compatible.This actually isn't the case with the CLI:
So I figure this is a bug.