Alan de Freitas

Results 194 comments of Alan de Freitas

Any news on this? Can any kind of pre or post-processor help with this?

I don't think this has been fixed. I'm using version 1.4.0 [in the workflow](https://github.com/alandefreitas/futures/blob/97f05b0ec07e472efd2c743656cbf10b0b863af9/.github/workflows/docs.yml#L32), and for a function such as [wait_for_all](https://github.com/alandefreitas/futures/blob/97f05b0ec07e472efd2c743656cbf10b0b863af9/include/futures/futures/wait_for_all.hpp#L53), doxybook2 generates something like `/futures/reference/Modules/group__waiting/#function-wait-for-all`, which renders as [this...

Oh... OK. I thought it was working since 1.3.6. Yep. That makes sense. I'll have a look at #65, but I'll not downgrade for now because I'm afraid to break...

If I understand correctly, as an opaque proxy over TCP, this would be a project extremely similar to https://github.com/alandefreitas/socks_proto with other data structures. Even the notation for "client", "proxy server",...

> Maybe there are similarities I don't see any relevant difference that justifies Proxy v2 not being its own library. > proxy protocol v2 is NOT an application layer protocol...

> Would there be a better place or way to discuss something "new" (as in a new library) that is neither part or core feature to asio or Beast? To...

I'm replicating the discussion here for reference. Question: > Hello gents, I am trying to teardown a websocket stream on the server side, but the compiler complains that no matching...

Yes. This works: https://github.com/boostorg/beast/runs/7101735166?check_suite_focus=true And this doesn't: https://github.com/boostorg/beast/actions/runs/2602853529 The only difference between the two is the commit "[Update release notes](https://github.com/alandefreitas/beast/commit/5921cb22416210f63965dd6476026e70d12c696d)" I might be missing something.