gonsalez-ru

Results 10 comments of gonsalez-ru

Service in your "Greeter" example will work until i kill this process with operating system command. I want to find the way to service shutdown by himself according to remote...

Yes, os.exit() works, but I exected another solution. :-( I need the service gracefully finishes all started negotiations and passes control back to the main() routine next to the "svr:run()".

I've bind Shutdown function from . When I call it the service stop serving but dont return control. According to function desctiption there is an optional parameter Deadline wich can...

FAIL :-( Shutdown with deadline gives the same result. Service stops without termination and loads processor up to 30%. I'm stumped, so I just live compilable version here ... **grpc-lua\src\cpp\server\BindServer.cpp**...

Possible wokaround. 1) Use next remotes with premake: conan remote add conan-legacy-conan-community https://bincrafters.jfrog.io/artifactory/api/conan/conan-legacy-conan-community conan remote add conan-legacy-bincrafters https://bincrafters.jfrog.io/artifactory/api/conan/conan-legacy-bincrafters conan remote add conan-legacy-inexorgame https://bincrafters.jfrog.io/artifactory/api/conan/conan-legacy-inexorgame conan remote add bintray-conan https://bincrafters.jfrog.io/artifactory/api/conan/bintray-conan/ 2) While...

> > > Не хочу напрягать, но можете на конкретном примере пояснить, как Вы это видите? > > По идее, практически все функции, доступные через сервис, маппятся 1-к-1 к соответствующим...

As far as I see, the problem is: Different devices reqire different code implementation and we can't automaticaly find the correct way. Is it posible to leave previous implementation with...

I need your advise. What diagnostic actions can i do to gather additional debug information?

Since i use precompiled for mipsel router chan_dongle module i'm limited in debugging toools. I didn't find GDB packet for my platform and I'm not familar with exotic cross compilation....

Here is dmesg out: do_page_fault(): sending SIGSEGV to asterisk for invalid read access from 00000000 epc = 76b34540 in libc-2.27.so[76aad000+17a000] ra = 756eb6f0 in chan_dongle.so[756e8000+3c000] There are two packets installed...