ahao1995

Results 6 issues of ahao1995

it is a great project.I want to know how can I send a user define struct, like struct mystruct{int a;int b;int c;};,I should use string.data() to send it? and recv...

``` #include #include #include #include #include #include #include "libipc/ipc.h" #include namespace { std::atomic is_quit__ {false}; ipc::channel *ipc__ = nullptr; struct data { long time; double msg; }; inline long getNano()...

I want to do reconnect, if read error, should I call async close and then call async_connect. or there is better ways? I find if the error is connection by...

I meet a coredump, I dont know what happend, is there some suggestions to solve this problem, please give me some clues, thanks ``` #0 0x00007ff9500000f0 in ?? () #1...

I use `async_close` to close the socket, but after 5min recv callback, have any method to force close the connection, and not wait the close frame may be I should...

Hi, when I use vscode + clangd extension to open simdjson.h a big header(almost 30000 lines),I found memory increased to 8G. I dont know why clangd:15.03 "clangd.arguments": [ "--clang-tidy", "--all-scopes-completion",...

performance