objecthub-io / ObjectHub

ObjectHub is an open repository for software objects and a development platform.
2 stars 1 forks source link

Returning String from Micro Service will result in empty content. #56

Closed mxro closed 8 years ago

mxro commented 8 years ago

A micro service like the following

cb(null, "Hello there!");

Results in an empty content returned from the server.

mxro commented 8 years ago

Fixed.