Tobias Oberstein
Tobias Oberstein
@ve3jrw it seems boost by default will run continuations in new threads https://github.com/crossbario/autobahn-cpp/issues/156 - This behavior is surprising/unexpected for me at least: I am using continuations etc exactly to get...
ah, right. I tend to forget what I wrote before;) Anyway, @ecorm what do you think about https://github.com/crossbario/autobahn-cpp/issues/43#issuecomment-105395909 ?
Ah, nice! What disturbs me is that Boost/ASIO doesn't have an official solution (executor) for this. Others must have run into this also .. strange. This whole stuff (futures) seems...
I don't have time to get into this now, but what @ecorm is mentioning about standalone ASIO having 1. a different executor that hopefully runs continuations on the same thread...
Yeah, a dynamic authenticator is supposed to return a single positional value (hence the tuple of length 1), and that value needs to be a map. Sorry for leaving you...
thanks for filing the request to conan! just checked, still open. do they expect / require a PR (eg similar to https://github.com/conan-io/conan-center-index/pull/3371) to add autobahncpp ?
We need a project roadmap that clarifies the future directions, what's missing, and what's being implemented.
@davidchappelle using gcc or clang? built using the supplied cmake or scons build scripts?
mmh, ok. interesting. I used clang and scons ..
First, thanks for giving more context and explaining. I reopened the issue. So this is fixed in Boost 1.62.0 and the memory leak will only hit when using an older...