chsi13
chsi13
Hi. I'm using the java implementation of grpc. You talked about register the json codec on the grpc server. Any idea how can I register this ?
I faced with this error : [io-8080-exec-16] i.g.i.ManagedChannelOrphanWrapper : *~*~*~ Channel ManagedChannelImpl{logId=84545, target=172.30.44.194:6565} was not terminated properly!!! ~*~*~* -- | Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns...
Got this message after did an html generation file : `graphql-docs-gen http://localhost:56911/v1/graphql documentation.html` Error coming from this block ``` var Schema = exports.Schema = function() { function Schema(introspectionResult) { var...
Question : I don't find any sample code showing the handle of attachment via swaref (write/read)... Any idea where to find this ? Thx