Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nnqq/moleculer-go-and-js
https://github.com/nnqq/moleculer-go-and-js
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nnqq/moleculer-go-and-js
- Owner: nnqq
- Created: 2020-03-05T15:06:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T08:47:08.000Z (about 4 years ago)
- Last Synced: 2024-05-23T04:19:07.900Z (6 months ago)
- Language: Go
- Size: 8.56 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Repo for issue https://github.com/moleculerjs/moleculer/issues/688
Error when call Golang moleculer-go from Node.js moleculerjs, run:
```
make bug
```Error in console output
```
[2020-03-05T20:19:18.190Z] WARN imac-denis.local-10872/BROKER: Service 'goMath.add' is not available.
(node:10872) UnhandledPromiseRejectionWarning: ServiceNotAvailableError: Service 'goMath.add' is not available.
at ServiceBroker.findNextActionEndpoint (/Users/denis/go/src/github.com/nnqq/moleculer-go-and-js/js/node_modules/moleculer/src/service-broker.js:857:13)
at ServiceBroker.call (/Users/denis/go/src/github.com/nnqq/moleculer-go-and-js/js/node_modules/moleculer/src/service-broker.js:876:25)
at Timeout._onTimeout (/Users/denis/go/src/github.com/nnqq/moleculer-go-and-js/js/server.js:21:37)
at listOnTimeout (internal/timers.js:531:17)
at processTimers (internal/timers.js:475:7)
```Call works as expected on branch `fixed`