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

added support service version as number #75

Closed vpashka closed 5 years ago

vpashka commented 5 years ago

Hello (again)

I met a problem when the "remote" (nodejs) service has a version in the form of a number. This crashes the program.

pentateu commented 5 years ago

@vpashka thank you for the fix!