Kashirin Alex
Kashirin Alex
Just wonder, might be useful, have you tried to change the calls stack? - eg. instead process supposedly in an lambda, change to a `[&ptr](){ptr->your_process()};` so the called process is...
The `#include ` is seem to be missing when building with `-DASIO_HAS_IO_URING -DASIO_DISABLE_EPOLL` (That is with version 1.21.0) at before: https://github.com/chriskohlhoff/asio/blob/08a7029cb10c911b6fb66fb015217a431206e52c/asio/include/asio/detail/io_uring_service.hpp#L30 while with only `-DASIO_HAS_IO_URING` for file-io reactor is not...
You are welcome to see https://github.com/kashirin-alex/swc-db/blob/9e418b23930b053f553379ef732a7512a87882cc/src/cc/lib/swcdb/core/comm/SerializedServer.cc#L75 as example (main fact is accepting socket creates a socket with client) On Mon, Oct 3, 2022, 1:04 PM Sivasundareswaran ***@***.***> wrote: > Hi...
Interesting, It work correct on my branch, https://github.com/kashirin-alex/eventlet/blob/master/eventlet/green/select.py just I'm unable to find the difference for the fix required to be applied, pip install https://github.com/kashirin-alex/eventlet/archive/master.zip EVENTLET_HUB=v1_ followed epolls_linuxfd / epolls...
it is https://github.com/eventlet/eventlet/blob/master/eventlet/support/greendns.py#L67 what python version do you use? What are the outputs for : 1) import dns.rdtypes.dnskeybase 2) from dns.rdtypes import dnskeybase 3) import dns dns.rdtypes.dnskeybase
You must check on your dnspython installation. eg. pip install --upgrade dnspython output on my side it is: ``` Python 2.7.15 (default, Dec 19 2018, 04:39:24) [GCC 8.2.0] on linux2...
Sorry, Unable to find the Fix. big issues are seen without the throw for a wait() with a results been an exception.
Yes, the follow-up commits came out of nowhere, as there was more to the issue and initial checks were not sufficient although no issues have been seen for a while...
That would been my next list of things todo, whereas part of app-dev, it requires extended Flags, for client interface library to be compatible with all pedantic kind of flags....
Regarding the main subject , definitions in header and impl. in source files. Agree. Undefined type for pointer storage is understandable but storage without pre defined size for dynamic or...