grpc-lua icon indicating copy to clipboard operation
grpc-lua copied to clipboard

The Lua gRPC binding. HTTP/2 based RPC http://grpc.io

Results 12 grpc-lua issues
Sort by recently updated
recently updated
newest added

the repository seems to no longer exist. can anyone confirm this?

I have no idea how to implement the Subj. Is there any way to call service own methods over RPC? **greeter_service.lua** --- Hello world greeter example server side service. --...

How about making a rockspec for luarock package and upload it to the luarock website ?

Attempting to run the examples with Lua52, Lua51 and LuaJIT result in the examples hanging or crashing. Is there any possibility of supporting lua51 release which will also add support...

following content is compile error log. how can i fix ? ``` /usr/bin/ld: CMakeFiles/lua-cpp-console.dir/src/lua.cpp.o: undefined reference to symbol 'readline' //usr/lib64/libreadline.so.6: error adding symbols: DSO missing from command line collect2: error:...

能不能把编译好的.so上传一份啊

This's wrong message. /usr/bin/ld: cannot find -lreadline collect2: error: ld returned 1 exit status gmake[2]: *** [liblua-cpp.so] Error 1 gmake[1]: *** [CMakeFiles/lua-cpp.dir/all] Error 2 gmake: *** [all] Error 2 lua-cpp/5.3.4@jinq0123/testing:...

当跑windows示例时,提示 ERROR: protobuf/3.5.1@bincrafters/stable: 'options.static_rt' doesn't exist,这个是什么原因呢 ![image](https://user-images.githubusercontent.com/6667502/53079951-86efa500-3532-11e9-8e1d-6da9452ae773.png)

follow your build step can not build success! error log: Unable to load conanfile in /Users/**/.conan/data/Protobuf/3.4.1/jinq0123/testing/export/conanfile.py File "/Users/**/.conan/data/Protobuf/3.4.1/jinq0123/testing/export/conanfile.py", line 1, in from conans import ConanFile, CMake, tools, ConfigureEnvironment ImportError: cannot...

Is there a way to provide your own socket connecting/reading/writing functionality? Or alternatively, a way to get the underlying file descriptor that needs to be waited on? Thanks.