Gob error running wasmgo deploy
johanbrandhorst opened this issue · 6 comments
johanbrandhorst commented
I'm getting the following error when running wasmgo deploy <package>
:
Error: gob: name not registered for interface: "github.com/dave/jsgo/server/servermsg.Queueing"
I know this used to work, so not quite sure what's wrong.
dave commented
Strange... Can you try:
wasmgo deploy github.com/dave/wasmgo/helloworld -v
johanbrandhorst commented
$ wasmgo deploy github.com/dave/wasmgo/helloworld -v
Compiling...
Querying server...
Error: gob: name not registered for interface: "github.com/dave/jsgo/server/servermsg.Queueing"
dave commented
Can you get the latest version and see if that works?
dave commented
I just tagged it v0.0.1
johanbrandhorst commented
Seems to have fixed it! Thanks.
dave commented
👍