moleculer-go / moleculer

🚀 Progressive microservices framework for Go - based and compatible with https://github.com/moleculerjs/moleculer
MIT License
144 stars 27 forks source link

fix moleculerjs compatibility #80

Closed nnqq closed 4 years ago

nnqq commented 4 years ago

Closes #79

Thanks @vpashka for the solution, we faced with same problem. I made some example to reproduce, so @pentateu i think it is critical issue and should be merged into master asap

I made repo which reproduces and fix issue https://github.com/nnqq/moleculer-go-and-js

On master branch you can reproduce error. And on fixed branch i installed my forked moleculer-go with fix, and service call works as expected

nnqq commented 4 years ago

Oh, looks like i broke Go=>Go calls

nnqq commented 4 years ago

This bug does not reproduces on moleculer-go develop branch, only on master