-
**Is your feature request related to a problem? Please describe.**
I want to make a logger that pushes logs into a network api but I don't see how its possible with this api.
**Describe the solu…
-
I don't know why, but I find memory leaks in PoissonRecon::ThreadPool::ParallelSections when I run it on iOS. (It works well on desktop platforms.)
After doing some debugging, l find leaks were ca…
-
Looks like an issue with the async_stream example:
```
[ 79%] Linking CXX executable async_stream
/usr/bin/ld: CMakeFiles/async_stream.dir/async_stream/main.cc.o: in function `void drogon::internal…
-
I was attempting to return nice error responses for certain errors. For example i'd like to return a 408 when a timeout occurs. However it seems to also close the socket.
While testing this out I ran…
-
https://github.com/async-email/async-smtp/commit/eed4f0bfcc12e5cb5672073fbd83d56f3b81eec5
So wrapping TcpStream with BufReader should work ?
Even if I wrap it to BufReader then it wants AsyncWri…
-
Hi, I have been compiling OpenEXR with the option `OPENEXR_ENABLE_THREADING=OFF`, and have been seeing occasional crashes in the ImfHeader code. My application is already multi-threaded so I thought t…
-
Hello,
I've encountered a MemoryError when stopping the server in the otapp project. While the server shuts down as expected, this error is thrown during the shutdown process. Below is the relevant…
-
Please add this utility to check the Promise status
```ts
export type PromiseState = 'fulfilled' | 'rejected' | 'pending';
var t = Symbol('t');
/**
* Return state (fulfilled/rejected/pen…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Auth
### Which platforms are affected?
Windows
### Description
I just updated…
-
cxx-async has some really old deps, it's better to cleanup them:
## cxx-async-macro
- [ ] syn `1` => `2` (And do we really need `full`?)
- [ ] pin-utils remove (it's part of `std`): https://git…